commit | 2a1d4e4c00f2ae91ee57371084e55e46b984d76a | [log] [tgz] |
---|---|---|
author | Steven A. Falco <sfalco@harris.com> | Thu Jun 12 13:24:42 2008 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 01 23:06:53 2008 +0200 |
tree | f056eeb466c51881e55bcd5cefab41a298041c41 | |
parent | 1ce6f99f850168382d73643dd24f49f4b82337b6 [diff] |
cmd_nvedit.c: clean up syntax highlighting 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. Signed-off-by: Steve Falco <sfalco@harris.com>