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

window resizing in Vim 8 when closing tab

Open hbunke opened this issue 8 years ago • 4 comments
trafficstars

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

hbunke avatar Mar 24 '17 09:03 hbunke

I can reproduce this. Have to restart Vim after closing one tab because of this.

bakku avatar Apr 21 '17 08:04 bakku

I have the same problem, for me it happens when a quickfix window is open and I close the main buffer

jeffwillette avatar Jul 20 '17 12:07 jeffwillette

Does someone has progress on this issue?

kpace avatar Nov 01 '17 10:11 kpace

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>

jeffwillette avatar Nov 08 '17 01:11 jeffwillette