window resizing becomes finicky after splitting a window and calling :VimShell
Closed this issue · 1 comments
Deleted user commented
after executing
:sp
:VimShell -create
window resizing shortcuts like C-W-+ or C-W-= work only when you press them really fast.
Shougo commented
Unfortunatelly, it is feature.
VimShell sets setlocal winfixheight
option.
You can set setlocal nowinfixheight
option.