Re: bugs in vim scripting highlighting

2006-10-09 Thread Benji Fisher
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() >

bugs in vim scripting highlighting

2006-10-03 Thread Mikolaj Machowski
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