ZyX (?) wrote:
> Trying to make an abbreviation using
> iabbrev <sc test
> iabbrev <lt>sc test
> iabbrev \<sc test
> iabbrev <lt><Char-115>c test
> iabbrev <script> <lt>sc test
> set cpoptions-=<
> iabbrev <sc test
> iabbrev <script> <sc test
> iabbrev <special> <lt>sc test
> Results in
> E474: Invalid argument
> at least on empty file. Strange, but it succeeds if I open a help window and
> define this abbreviation while being in it, though this abbreviation works
> only
> in help window.
>
> Tested on vim-7.2.303, vim-7.2.444, vim-7.3a. Behavior in help window tested
> only on vim-7.2.303.
Most likely has something to do with keyword characters, since
'iskeyword' has a different value in help files.
It also helps if you pinpoint the line that causes the error, it should
be mentioned if you source a script with these lines.
--
hundred-and-one symptoms of being an internet addict:
250. You've given up the search for the "perfect woman" and instead,
sit in front of the PC until you're just too tired to care.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
You received this message from the "vim_dev" 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