We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f44c3 commit 7726ddcCopy full SHA for 7726ddc
autoload/gist.vim
@@ -889,7 +889,7 @@ function! s:GistGetAuthHeader() abort
889
return ''
890
endif
891
let note = "Gist.vim on ".hostname()
892
- let note_url "http://www.vim.org/scripts/script.php?script_id=2423"
+ let note_url = "http://www.vim.org/scripts/script.php?script_id=2423"
893
let insecureSecret = printf("basic %s", webapi#base64#b64encode(g:github_user.":".password))
894
let res = webapi#http#post(g:gist_api_url.'authorizations', webapi#json#encode({
895
\ "scopes" : ["gist"],
0 commit comments