Saturday, February 20, 2010

Re: How can I do a splash screen?

On 20 fév, 12:22, Tony Mechelynck <antoine.mechely...@gmail.com>
wrote:
> On 19/02/10 08:32, epanda wrote:
>
> > Hi,
>
> > Using a confirm dialog, how can I do a splash information box at
> > startupt of Gvim ?
>
> > Thank you
>
> Well, Vim normally already has a splash screen, which you can recall at
> any time by doing :intro
>
> If you want to display something else, you can use one or more of the
> commands and functions described at
>         :help :echo
>         :help :echon
>         :help :echomsg
>         :help :echoerr
>         :help :confirm
>         :help :browse
>         :help input()
>         :help inputdialog()
>         :help inputlist()
>
> Best regards,
> Tony.
> --
> What this country needs is a good five cent nickel.

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.

Epanda

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: