Prevent empty buffers

References #30.
This commit is contained in:
Marco Hinz 2013-07-29 14:53:00 +02:00
parent ae062f2b6f
commit 428d7f5a35

View file

@ -355,6 +355,7 @@ endfunction
function! s:open_buffers(cword) abort
if exists('s:marked') && !empty(s:marked)
enew
setlocal nobuflisted
for i in range(len(s:marked))
for val in values(s:marked)
if val[0] == i