vim-nerdtree-tabs
vim-nerdtree-tabs copied to clipboard
Deleting/unloading buffer exits vim
trafficstars
I've just installed NerdTreeTabs, very good job!, but now when I use :bunload or :bdelete vim exits, even when I have more than one buffer in vim, why does this happen? How I can fix it? I want to use tabs, buffers and windows without problems.
Thanks
same problem
Same here.
Also affected.
My current workaround is to map :bp | sp | bn | bd command (:bp<bar>sp<bar>bn<bar>bd<CR> in mapping) to the usual buffer-closing hotkey.
Original source of this hacky command is Jonah Brown's StackOverflow answer.