Use full keywords
This commit is contained in:
parent
c657a56659
commit
0ed0cd7e73
|
@ -491,9 +491,9 @@ endfunction
|
|||
function! s:close() abort
|
||||
if len(filter(range(0, bufnr('$')), 'buflisted(v:val)'))
|
||||
if bufloaded(bufnr('#'))
|
||||
b #
|
||||
buffer #
|
||||
else
|
||||
bn
|
||||
bnext
|
||||
endif
|
||||
else
|
||||
quit
|
||||
|
|
Loading…
Reference in a new issue