Re: [U-Boot-Users] Patch to clean up syntax highlighting

2008-07-05 Thread Wolfgang Denk
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

Re: [U-Boot-Users] Patch to clean up syntax highlighting

2008-06-15 Thread Haavard Skinnemoen
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

Re: [U-Boot-Users] Patch to clean up syntax highlighting

2008-06-13 Thread Steven A. Falco
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

Re: [U-Boot-Users] Patch to clean up syntax highlighting

2008-06-13 Thread Jerry Van Baren
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

Re: [U-Boot-Users] Patch to clean up syntax highlighting

2008-06-12 Thread Jerry Van Baren
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

[U-Boot-Users] Patch to clean up syntax highlighting

2008-06-12 Thread Steven A. Falco
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