Tuesday, March 2, 2010

Re: How can I do a splash screen?

Am 21.02.2010 00:36, schrieb epanda:
> Hum I know all of that but I don't happen to launch a confirm dialog
> after all vim plugins loaded and Gui started.
>
> I have tried FocusIn event and if has("gui_running") without any
> success to launch my confirm dialog.

:call confirm("Test")

at the end of my _gvimrc works ok (_gvimrc usually is the last file
being sourced).

The _gvimrc will only be sourced for a Vim with GUI.

When the confirm-dialogue shows up, the GUI isn't visible yet,
but is that a problem?

here: gVim on Win32.

--
Andy

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

No comments:

Post a Comment