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 370d0d3 commit afd74f4Copy full SHA for afd74f4
autoload/gist.vim
@@ -1,7 +1,7 @@
1
"=============================================================================
2
" File: gist.vim
3
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
4
-" Last Change: 19-Oct-2014.
+" Last Change: 04-Mar-2015.
5
" Version: 7.2
6
" WebPage: http://github.com/mattn/gist-vim
7
" License: BSD
@@ -373,7 +373,7 @@ function! s:GistGet(gistid, clipboard) abort
373
setlocal modifiable
374
else
375
if num_file == 1
376
- if get(g:, 'gist_edith_with_buffers', 0)
+ if get(g:, 'gist_edit_with_buffers', 0)
377
let found = -1
378
for wnr in range(1, winnr('$'))
379
let bnr = winbufnr(wnr)
0 commit comments