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 CtrlC()
> xnoremap CtrlC()
>
Hello,
Noticed two bugs in vim script highlighting:
1. xnoremap and snoremap are not fully recognized. Compare highlighting
of those three lines:
inoremap CtrlC()
xnoremap CtrlC()
snoremap CtrlC()
Arguments of xnoremap and snoremap aren't highlighted
2. Func