Friday, July 1, 2011

Re: setline vs call setline

Use :call.

All of lines of vim script are commands.
So, can't call a function directly.
Use :call command to call a function.

--
thinca <thinca@gmail.com>

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