Vincent wrote: > Hello, > I am using this script http://www.vim.org/scripts/script.php?script_id=1325 > to easily switch buffers. I find it very useful as it doesn't take any > screen space and lets me delete and switch buffers quickly. > I however have a problem: if I have vertical splits, after I select > the buffer I want to switch to my screen split sizes will be reset to > the same size everywhere upon buffer switching window disapearing. > How could I prevent the same size to be applied to all my splits? > See if
:help 'equalalways' is what you want. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
