Re: Problem with C/C++ syntax folding

2007-03-03 Thread Bram Moolenaar
Jay Atkinson wrote: > I seem to be having a problem with the default syntax folding in Vim 7.0. > The syntax folding seems to get confused whenever there is a statement like > this: > > a = (b == 0) ? 1 : 2; > > After a statement like that, the folding just collapses everything after > that sta

Problem with C/C++ syntax folding

2007-02-28 Thread Jay Atkinson
I seem to be having a problem with the default syntax folding in Vim 7.0. The syntax folding seems to get confused whenever there is a statement like this: a = (b == 0) ? 1 : 2; After a statement like that, the folding just collapses everything after that statement into one fold. It normally hi