In message <[EMAIL PROTECTED]> you wrote:
>
> My text-editor (vim) has a bit of trouble syntax-highlighting the cmd_nvedit.c
> file, because it apparently does not parse C ifdef/else/endif. The following
> patch does not change the behavior of the code at all, but does allow the
> editor to prope
On Fri, 13 Jun 2008 08:14:17 -0400
Jerry Van Baren <[EMAIL PROTECTED]> wrote:
> Looking at the source code, its pretty ugly already. Your change
> doesn't make it any more ugly and it could be argued that it is slightly
> less ugly (your patch removes the duplication of the "if( (...)"
> state
Jerry Van Baren wrote:
>
> Jerry Van Baren wrote:
>> Steven A. Falco wrote:
>>> My text-editor (vim) has a bit of trouble syntax-highlighting the
>>> cmd_nvedit.c
>>> file, because it apparently does not parse C ifdef/else/endif. The
>>> following
>>> patch does not change the behavior of the code
Jerry Van Baren wrote:
> Steven A. Falco wrote:
>> My text-editor (vim) has a bit of trouble syntax-highlighting the
>> cmd_nvedit.c
>> file, because it apparently does not parse C ifdef/else/endif. The following
>> patch does not change the behavior of the code at all, but does allow the
>> edit
Steven A. Falco wrote:
> My text-editor (vim) has a bit of trouble syntax-highlighting the cmd_nvedit.c
> file, because it apparently does not parse C ifdef/else/endif. The following
> patch does not change the behavior of the code at all, but does allow the
> editor to properly syntax-highlight t
My text-editor (vim) has a bit of trouble syntax-highlighting the cmd_nvedit.c
file, because it apparently does not parse C ifdef/else/endif. The following
patch does not change the behavior of the code at all, but does allow the
editor to properly syntax-highlight the file.
Comments invited.
S