On 2012-03-16, xnxky wrote:
> Hi,  Everyone 
> 
>        There is something very annoying with my vim. If I horizontally split
> the windows, use <c-w><c-w>, the current window will cover the whole window.
> Like this:
> http://vim.1045645.n5.nabble.com/file/n5572403/Capture.png 
> As you can see, there are 4 horizontal split windows, but one window is
> showing up and the other 3 stack up with only their statusline showing.
> 
> But it did not happen to the vertical split.  Anyone knows how to disable
> the "current horizontal split will take the whole window"? Thanks a lot

That's not the default behavior, but it is the behavior if
'winheight' is some number greater than or equal to the maximum
height of your windows and 'winminheight' is 0.

To see how those options got set, execute

    :verbose set winheight? winminheight?

Regards,
Gary

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to