s:close(): only use "b#" if it's different from "%"

Closes #127.
This commit is contained in:
Daniel Hahler 2014-11-24 10:45:48 +01:00 committed by Marco Hinz
parent 337e1a8c24
commit 5655c69459

View file

@ -585,7 +585,7 @@ endfunction
" Function: s:close {{{1
function! s:close() abort
if len(filter(range(0, bufnr('$')), 'buflisted(v:val)'))
if bufloaded(bufnr('#'))
if bufloaded(bufnr('#')) && bufnr('#') != bufnr('%')
buffer #
else
bnext