Skip to content

Commit 06ac993

Browse files
authored
Merge pull request #3725 from bhcleek/fix-report-issue
issue.vim: fix template filename
2 parents e6788d1 + 730f6f9 commit 06ac993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/go/issue.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
let s:cpo_save = &cpo
33
set cpo&vim
44

5-
let s:templatepath = go#util#Join(resolve(expand('<sfile>:p:h:h:h')), '.github', 'ISSUE_TEMPLATE.md')
5+
let s:templatepath = go#util#Join(resolve(expand('<sfile>:p:h:h:h')), '.github', 'issue_template.md')
66

77
function! go#issue#New() abort
88
let body = go#uri#Encode(s:issuebody())

0 commit comments

Comments
 (0)