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 802dc50 commit 14eead6Copy full SHA for 14eead6
autoload/gist.vim
@@ -906,7 +906,7 @@ function! s:GistGetAuthHeader() abort
906
endif
907
let res = webapi#http#post(g:gist_api_url.'authorizations', webapi#json#encode({
908
\ "scopes" : ["gist"],
909
- \ "note" : "Gist.vim on ".hostname(),
+ \ "note" : "Gist.vim on ".hostname().'-'.localtime(),
910
\ "note_url" : "http://www.vim.org/scripts/script.php?script_id=2423"
911
\}), {
912
\ "Content-Type" : "application/json",
0 commit comments