Sunday, July 24, 2011

Re: why is call needed in vimscript?

On 07/24/2011 06:03 PM, Jose Caballero wrote:
> 2011/7/24 Taylor Hedberg<tmhedberg@gmail.com>
>> :call is always needed in order to call a function if the
>> function call is not otherwise wrapped in some ex command
>
> I need to digest that. I think I should start learning once
> and for all what is exactly an "ex command" :)

As a good starting-point for your exploration, ex commands are
indexed at

:help ex-cmd-index

They're all built-in, rather than user-defined[*].

-tim


[*] the exception is user-defined commands created with
":command" which you can learn about at

:help :command

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