Fix comment typos
This commit is contained in:
parent
83292b06e4
commit
a3021bd42b
|
@ -394,7 +394,7 @@ function! s:open_buffers(cword) abort
|
||||||
let [path, type] = val[1:2]
|
let [path, type] = val[1:2]
|
||||||
|
|
||||||
if line2byte('$') == -1
|
if line2byte('$') == -1
|
||||||
" open in current buffer
|
" open in current window
|
||||||
execute 'edit' path
|
execute 'edit' path
|
||||||
elseif type == 'S'
|
elseif type == 'S'
|
||||||
" open in split
|
" open in split
|
||||||
|
@ -406,7 +406,7 @@ function! s:open_buffers(cword) abort
|
||||||
" open in tab
|
" open in tab
|
||||||
execute 'tabnew' path
|
execute 'tabnew' path
|
||||||
else
|
else
|
||||||
" open in current buffer
|
" open in current window
|
||||||
execute 'edit' path
|
execute 'edit' path
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue