Saturday, September 11, 2010

Re: Determine whether vim is loading or whether the VimEnter event was already fired

Hi,

> has("vim_starting")

It's probably worth mentioning that vim_starting is set to 0 before
the VimEnter event is triggered:

autocmd VimEnter * echom has('vim_starting')
=> 0

But that's ok.

Regards,
Tom

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