weynhamz / vim-plugin-minibufexpl

Elegant buffer explorer - takes very little screen space
http://www.vim.org/scripts/script.php?script_id=159
99 stars 22 forks source link

MiniBufExpl overwrites &equalaways #23

Open moll opened 11 years ago

moll commented 11 years ago

On line 625 MiniBufExplr changes &equalalways without my permission. That's it. ;)

weynhamz commented 11 years ago

I am currently working on this problem. Will keep you post.

moll commented 11 years ago

:+1:

noscript commented 11 years ago

This causes unwanted behavior, when switching between buffers it equalizes all the windows. I guess the idea is to equalize MBE window only? Then it's not the right option because it is global.

I had to comment all [no]equalalways lines.

errinlarsen commented 11 years ago

This bug is giving me fits. Any update?

brunodefraine commented 9 years ago

As a temporary solution, I downgraded to version 6.4.4 to avoid that MBE is constantly equalizing my windows when I switch between them.

Marek77 commented 2 years ago

It took me a while to find the culprit, disabling plugins one by one. This is still a bug 9 years on, as of current master branch (commit 349a9fb). Downgrading to tag 6.4.4 seems to fix this..