possible bug for syntax/vim.vim?

2006-11-30 Thread panshizhu
if I had the following in a vim script: call FooBar('xxx' \ 'yyy') then the last character ')' will be highlight as Error. It seems that the '\' continued line are not recognized well. My :version VIM - Vi IMproved 7.0 (2006 May 7, compiled Sep 15 2006 16:06:30) Included patches: 1-76

Re: possible bug for syntax/vim.vim?

2006-11-30 Thread Bill McCarthy
On Thu 30-Nov-06 7:30pm -0600, [EMAIL PROTECTED] wrote: if I had the following in a vim script: call FooBar('xxx' \ 'yyy') then the last character ')' will be highlight as Error. It seems that the '\' continued line are not recognized well. Yes, the continuation support is limited.