Skip to content

Commit 7726ddc

Browse files
committed
Oooooooooooooooooops
1 parent a8f44c3 commit 7726ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/gist.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ function! s:GistGetAuthHeader() abort
889889
return ''
890890
endif
891891
let note = "Gist.vim on ".hostname()
892-
let note_url "http://www.vim.org/scripts/script.php?script_id=2423"
892+
let note_url = "http://www.vim.org/scripts/script.php?script_id=2423"
893893
let insecureSecret = printf("basic %s", webapi#base64#b64encode(g:github_user.":".password))
894894
let res = webapi#http#post(g:gist_api_url.'authorizations', webapi#json#encode({
895895
\ "scopes" : ["gist"],

0 commit comments

Comments
 (0)