vim-nerdtree-tabs
vim-nerdtree-tabs copied to clipboard
window resizing in Vim 8 when closing tab
Having switched to Vim 8 I've encountered a strange bug: when closing a tab by hitting :q the NERDTree window resizes to nearly a maximum of the screen. Remaining tabs get a size of ~20 (I guess). This does not happen when closing the tab with :tabc. It also does not occur in Vim 7.x
I can reproduce this. Have to restart Vim after closing one tab because of this.
I have the same problem, for me it happens when a quickfix window is open and I close the main buffer
Does someone has progress on this issue?
I just remapped a key to resize the window and try to be careful not to invoke the behavior
map <leader>e :vertical resize 25<CR>