RE: Vim6.4: Some weird matching highlight

2006-07-15 Thread Max Dyckhoff
> > I would guess it's some kind of error highlighting -- semicolons are not > > allowed inside square brackets (unless they are inside a string or a > > comment) -- and because the square bracket has not been closed the > > closing curly brace in line 8 is an error, too. > > Is there any way that

Re: Vim6.4: Some weird matching highlight

2006-07-15 Thread Johnathan
On Tue, 11 Jul 2006 21:32:55 +1200, Jürgen Krämer <[EMAIL PROTECTED]> wrote: I would guess it's some kind of error highlighting -- semicolons are not allowed inside square brackets (unless they are inside a string or a comment) -- and because the square bracket has not been closed the closing cu

Re: Vim6.4: Some weird matching highlight

2006-07-11 Thread Jürgen Krämer
Hi, Johnathan wrote: > > When editing some .cc files (no apparent pattern), I seem to get some > weird can't-be-turned-off red highlighting. Some code snippet: > > >1 int main() >2 { >3 if (1=1) >4 [ >5 fail.push_back(students[i

Vim6.4: Some weird matching highlight

2006-07-11 Thread Johnathan
Hi there When editing some .cc files (no apparent pattern), I seem to get some weird can't-be-turned-off red highlighting. Some code snippet: 1 int main() 2 { 3 if (1=1) 4 [ 5 fail.push_back(students[i]); 6 else 7