Re: a problem with syntax highlighting in regexp.c

2011-07-18 Fir de Conversatie Charles Campbell
Charles E Campbell Jr wrote: Ben Schmidt wrote: I extracted a couple of lines from regexp.c (143,144): (vim 7.3.244) #define BRANCH 3 /* node Match this alternative, or the * next... */ and put them in a file junk.c. Then vim -u NONE -N --noplugin junk.c :syn on shows the comment-ending

Re: a problem with syntax highlighting in regexp.c

2011-07-16 Fir de Conversatie Charles E Campbell Jr
Ben Schmidt wrote: I extracted a couple of lines from regexp.c (143,144): (vim 7.3.244) #define BRANCH 3 /* node Match this alternative, or the * next... */ and put them in a file junk.c. Then vim -u NONE -N --noplugin junk.c :syn on shows the comment-ending pair of characters, */, in error

Re: a problem with syntax highlighting in regexp.c

2011-07-15 Fir de Conversatie Ben Schmidt
I extracted a couple of lines from regexp.c (143,144): (vim 7.3.244) #define BRANCH 3 /* node Match this alternative, or the * next... */ and put them in a file junk.c. Then vim -u NONE -N --noplugin junk.c :syn on shows the comment-ending pair of characters, */, in error highlighting. No

a problem with syntax highlighting in regexp.c

2011-07-14 Fir de Conversatie Charles Campbell
Hello, I'm probably doing something wrong, but I can't see what it is. So: I extracted a couple of lines from regexp.c (143,144): (vim 7.3.244) #define BRANCH3/* node Match this alternative, or the *next... */ and put them in a file junk.c. Then vim -u

Re: a problem with syntax highlighting in regexp.c

2011-07-14 Fir de Conversatie Thilo Six
Charles Campbell wrote the following on 14.07.2011 20:33 Hello, I'm probably doing something wrong, but I can't see what it is. So: I extracted a couple of lines from regexp.c (143,144): (vim 7.3.244) here 7.2.445 with 'syntax/c.vim' from mercurial #define BRANCH3/* node