Hello

could anyone say, its possible to know the number of cmd arguments
called with vim ?

i mean:

#without arguments
vim&

#with one argument
vim file.txt &

i need something like that

autocmd VimEnter    * nested call BufReminderRMX_LoadEvent()

func BufReminderRMX_LoadEvent()
if vim_cmd_args == 0
    do one thing
else
    do other thing
endif
endfunc




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

Reply via email to