Hi,

On Wed, Jan 5, 2011 at 9:58 AM, Michal Kurgan <[email protected]> wrote:
>
> Hello fellow vimmers,
>
> This works correctly and maintains 6 rows as quickfix window height after :q
>
> vim -N -i NONE -u NONE
> :botright copen 6
> :botright split
> :q
>
> However if we have window with vertical split, windowfixheight option
> does not
> maintain correct height of quickfix window.
>
> vim -N -i NONE -u NONE
> :vsplit
> :botright copen 6
> :botright split
> :q
>
> After :q quickfix window does NOT maintain 6 rows height. Its height
> grows by
> the size of the closed window.
>
> Is this normal behaviour? I must say it is *very* annoying as i like to use
> vsplit TagList window and open new utility windows (including quickfix)
> with botright option to stack them vertically (basically the second
> scenario).
>

I reported this problem sometime ago. This is a bug and is in the
todo list. I don't know when this bug will be fixed.

- Yegappan

-- 
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