Skip to content

Commit 88c331e

Browse files
committed
fix message. close #197
1 parent ea7dc96 commit 88c331e

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
@@ -716,7 +716,7 @@ function! gist#Gist(count, bang, line1, line2, ...) abort
716716
let listmx = '^\%(-l\|--list\)\s*\([^\s]\+\)\?$'
717717
let bufnamemx = '^' . s:bufprefix .'\(\zs[0-9a-f]\+\ze\|\zs[0-9a-f]\+\ze[/\\].*\)$'
718718
if strlen(g:github_user) == 0 && anonymous == 0
719-
echohl ErrorMsg | echomsg 'You don''t have configured a Github account. Read '':help gist-vim-setup''.' | echohl None
719+
echohl ErrorMsg | echomsg 'You have not configured a Github account. Read '':help gist-vim-setup''.' | echohl None
720720
return
721721
endif
722722
if a:bang == '!'

0 commit comments

Comments
 (0)