Skip to content

Commit 14eead6

Browse files
committed
Create new authentication
1 parent 802dc50 commit 14eead6

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
@@ -906,7 +906,7 @@ function! s:GistGetAuthHeader() abort
906906
endif
907907
let res = webapi#http#post(g:gist_api_url.'authorizations', webapi#json#encode({
908908
\ "scopes" : ["gist"],
909-
\ "note" : "Gist.vim on ".hostname(),
909+
\ "note" : "Gist.vim on ".hostname().'-'.localtime(),
910910
\ "note_url" : "http://www.vim.org/scripts/script.php?script_id=2423"
911911
\}), {
912912
\ "Content-Type" : "application/json",

0 commit comments

Comments
 (0)