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.
2 parents 7726ddc + 415a1a9 commit 868cb2eCopy full SHA for 868cb2e
autoload/gist.vim
@@ -888,7 +888,7 @@ function! s:GistGetAuthHeader() abort
888
let v:errmsg = 'Canceled'
889
return ''
890
endif
891
- let note = "Gist.vim on ".hostname()
+ let note = "Gist.vim on ".hostname()." ".strftime("%Y/%m/%d-%H:%M:%S")
892
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({
0 commit comments