Hi Benji,

On 5/15/06, Benji Fisher <[EMAIL PROTECTED]> wrote:
     After opening the quickfix window and using <C-W>_ to make it
larger, I find that <C-W>= no longer works until I close the quickfix
window.


This is because the quickfix window has the 'winfixheight' option
set. So when you try to make the height of all the windows equal, the
windows with the 'winfixwidth' option set are skipped. If you reset the
'winfixheight' option for the quickfix window then CTRL-W_= will work.

- Yegappan

Details:  vim 7.0 (no patches) on Linux + GTK2 (so 'encoding' is set to
utf-8) + Normal features (compiled OOTB).

$ vim -u NONE
:helpgrep guifont=\*
:cw
:wincmd _
:wincmd =

                                        --Benji Fisher

Reply via email to