-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always equal resize when toggle (horizontal) split windows #133
Comments
I am not a VIM plugin writter but I found below change will fix it somehow... diff --git a/plugin/minibufexpl.vim b/plugin/minibufexpl.vim
|
man I spent hours trying to figure this out :( It was this plugin that was causing the issue, so annoying. It would be nice if the author just fixes this because it is harder to to use a custom patch because using a vim plugin manager means it will be overwritten at some piunt |
Just fell victim to this as well on Fedora 21 / vim 7.4. In case someone needs to reproduce:
The patch from hunter-street helps but my window layout still breaks with multiple splits. I have commented both blocks in ResizeWindow():
And now with several calls to MBEToggle all my horizontal splits end up 'minimized' at the top of the screen, below the minibufexplorer window. |
found solution: fholgado#133 (comment)
I have (horizontal) split windows and manually set the sizes. But when I switch focus between windows VIM always equally resize them.
The text was updated successfully, but these errors were encountered: