Skip to content

Commit afd74f4

Browse files
committed
Fix typo
1 parent 370d0d3 commit afd74f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/gist.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"=============================================================================
22
" File: gist.vim
33
" Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
4-
" Last Change: 19-Oct-2014.
4+
" Last Change: 04-Mar-2015.
55
" Version: 7.2
66
" WebPage: http://github.com/mattn/gist-vim
77
" License: BSD
@@ -373,7 +373,7 @@ function! s:GistGet(gistid, clipboard) abort
373373
setlocal modifiable
374374
else
375375
if num_file == 1
376-
if get(g:, 'gist_edith_with_buffers', 0)
376+
if get(g:, 'gist_edit_with_buffers', 0)
377377
let found = -1
378378
for wnr in range(1, winnr('$'))
379379
let bnr = winbufnr(wnr)

0 commit comments

Comments
 (0)