Sunday, July 24, 2011

Re: why is call needed in vimscript?

:call is always needed in order to call a function if the function call
is not otherwise wrapped in some ex command. In other words, it's never
valid to have a "bare" function call by itself on a line.

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