moll / vim-bbye

Delete buffers and close files in Vim without closing your windows or messing up your layout. Like Bclose.vim, but rewritten and well maintained.
http://www.vim.org/scripts/script.php?script_id=4664
Other
648 stars 32 forks source link

Layout get in mess when open and close the local list window #16

Open CoinCheung opened 5 years ago

CoinCheung commented 5 years ago

Hi,

Thanks for providing this helpful plugin. I just got to find that the layout can still be changed when I open and then close the local list window.

I used vim-togglelist to manipulate my local list window. Here is how I reproduce my problem: First, split the window and open a terminal in the bottom of one split buffer:

:vs 
:ter 

Then I opened and close the local list:

<leader>l
<leader>l

I can observe that the layout get changed that the height of the terminal is changed to evenly splitted rather than my previously adjusted.

Hope I have express myself clear. Would you show me how I could cope with this?