Skip to content

Commit d1d285a

Browse files
authored
Merge pull request #2201 from bhcleek/githubissue-typo
fix typo in go#issue#New
2 parents d57d1bd + 5ef15fd commit d1d285a

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
@@ -5,7 +5,7 @@ set cpo&vim
55
let s:templatepath = go#util#Join(expand('<sfile>:p:h:h:h'), '.github', 'ISSUE_TEMPLATE.md')
66

77
function! go#issue#New() abort
8-
let body = go#uriEncode(s:issuebody())
8+
let body = go#uri#Encode(s:issuebody())
99
let url = "https://github.com/fatih/vim-go/issues/new?body=" . l:body
1010
call go#util#OpenBrowser(l:url)
1111
endfunction

0 commit comments

Comments
 (0)