Tom Minilith wrote:
> After recompiling vim from the current sources, I noticed the following
> bug: A :redraw command that is called during startup, causes gvim to print
> its screen view on the terminal -- as if vim were called. This happens when
> I run gvim from gnome-terminal.
>
> Unfortunately, I cannot tell which patch causes this but this bug must have
> been introduced after 340, I'd say.
The startup sequence for the GUI was indeed changed. Calling :redraw in
the startup script is weird, you probably need to change that. If there
really are redrawing problems use a VimEnter or GUIEnter autocommand.
:autocmd VimEnter * redraw
--
In his lifetime van Gogh painted 486 oil paintings. Oddly enough, 8975
of them are to be found in the United States.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
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