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 afd74f4 commit 7e6c54aCopy full SHA for 7e6c54a
autoload/gist.vim
@@ -1,7 +1,7 @@
1
"=============================================================================
2
" File: gist.vim
3
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
4
-" Last Change: 04-Mar-2015.
+" Last Change: 21-Mar-2015.
5
" Version: 7.2
6
" WebPage: http://github.com/mattn/gist-vim
7
" License: BSD
@@ -28,6 +28,8 @@ endif
28
if globpath(&rtp, 'autoload/webapi/http.vim') ==# ''
29
echohl ErrorMsg | echomsg 'Gist: require ''webapi'', install https://github.com/mattn/webapi-vim' | echohl None
30
finish
31
+else
32
+ call webapi#json#true()
33
endif
34
35
let s:gist_token_file = expand(get(g:, 'gist_token_file', '~/.gist-vim'))
0 commit comments