Skip to content

Commit 868cb2e

Browse files
committed
Merge pull request #170 from KLVTZ/master
resolved #167
2 parents 7726ddc + 415a1a9 commit 868cb2e

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
@@ -888,7 +888,7 @@ function! s:GistGetAuthHeader() abort
888888
let v:errmsg = 'Canceled'
889889
return ''
890890
endif
891-
let note = "Gist.vim on ".hostname()
891+
let note = "Gist.vim on ".hostname()." ".strftime("%Y/%m/%d-%H:%M:%S")
892892
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({

0 commit comments

Comments
 (0)