I used to have (among others) the following in my vimrc:

if has('gui_running')
        set lines=999 columns=9999
endif

and the GUI started maximized, within one cell size of my screen. Now
no more (since no more than a week IIRC).

To make it behave correctly again I had to add the following between
the "set" and "endif" lines:

        au GUIEnter * set lines=999 columns=9999

which ought to be redundant.


Best regards,
Tony.

-- 
-- 
You received this message from the "vim_dev" 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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui