parent
ae062f2b6f
commit
428d7f5a35
|
@ -355,6 +355,7 @@ endfunction
|
||||||
function! s:open_buffers(cword) abort
|
function! s:open_buffers(cword) abort
|
||||||
if exists('s:marked') && !empty(s:marked)
|
if exists('s:marked') && !empty(s:marked)
|
||||||
enew
|
enew
|
||||||
|
setlocal nobuflisted
|
||||||
for i in range(len(s:marked))
|
for i in range(len(s:marked))
|
||||||
for val in values(s:marked)
|
for val in values(s:marked)
|
||||||
if val[0] == i
|
if val[0] == i
|
||||||
|
|
Loading…
Reference in a new issue