vim-nerdtree-tabs icon indicating copy to clipboard operation
vim-nerdtree-tabs copied to clipboard

Deleting/unloading buffer exits vim

Open zzantares opened this issue 11 years ago • 3 comments
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

zzantares avatar Mar 05 '14 21:03 zzantares

same problem

verga avatar Jan 17 '15 21:01 verga

Same here.

geoffreyvanwyk avatar Mar 01 '15 23:03 geoffreyvanwyk

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.

kirushik avatar Dec 20 '15 00:12 kirushik