You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the bnext will always call the new buffer to be the "primary buffer", which is fixed to the left edge and occupies the entire vertical split.
Is there a way to tune this? Yet maintaining the functionality of the primary buffer?
Hey @llinfeng !
I was struggling with the same issue and investigated a little bit. I have the strong suspicion that this line is missing an ! operator right at the beginning of the if-statement.
Changing the line to:
It seems that the
bnext
will always call the new buffer to be the "primary buffer", which is fixed to the left edge and occupies the entire vertical split.Is there a way to tune this? Yet maintaining the functionality of the primary buffer?
For detailed description, please refer to my posting on this link:
http://stackoverflow.com/questions/27381436/buffernext-is-distorting-the-window-layout
All the best,
Linfeng
The text was updated successfully, but these errors were encountered: