Closed joshtch closed 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.
<C-W>=
:wincmd =
That's great and makes sense. Could I ask you to rebase onto origin/master before I merge it in? Thank you.
Okay, done!
<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.