On Tue, Oct 03, 2006 at 12:00:23PM +0200, Mikolaj Machowski wrote:
> Hello,
> 
> Noticed two bugs in vim script highlighting:
> 
> 1. xnoremap and snoremap are not fully recognized. Compare highlighting
>    of those three lines:
> 
>       inoremap <buffer> <silent> <expr> <C-C> <SID>CtrlC()
>       xnoremap <buffer> <silent> <expr> <C-C> <SID>CtrlC()
>       snoremap <buffer> <silent> <expr> <C-C> <SID>CtrlC()
> 
>    Arguments of xnoremap and snoremap aren't highlighted
> 
> 2. Function element addButton is highlighted as error:
> 
>     function! forms#form.addButton(fname, flabel, fvalue, hotkey, listener)
> 
>    But it works (as in forms.vim). the same apply to call call.
> 
> syntax/vim.vim version: 
> " Last Change:        May 02, 2006
> " Version:    7.0-50
> 
> m.

     There is a more recent version at

ftp://ftp.vim.org/pub/vim/runtime/syntax/vim.vim

If that does not solve the problem, then you should e-mail the
maintainer directly.  (Dr. C, a.k.a. Chip Campbell, usually follows this
list, but a direct e-mail is more reliable.)  The Maintainer line is
just above the Last Change line you quoted; you will have to remove the
non-contiguous letters "NOSPAM" to un-obfuscate the e-mail address.

HTH                                     --Benji Fisher

Reply via email to