merlinrebrovic / focus.vim

A Vim plugin that removes clutter and makes working on a widescreen monitor enjoyable.
http://merlin.rebrovic.net/blog/focus-vim
39 stars 9 forks source link

Keep the focus buffer from resizing on 'wincmd =' #12

Closed joshtch closed 10 years ago

joshtch commented 10 years ago

<C-W>= / :wincmd = resizes the splits to be the same size, which in focus mode is undesirable behavior. This PR makes focus.vim fix the size of the left split so that doesn't happen.

merlinrebrovic commented 10 years ago

That's great and makes sense. Could I ask you to rebase onto origin/master before I merge it in? Thank you.

joshtch commented 10 years ago

Okay, done!