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 pair of characters, */, in error highlighting.
No problem for me with Vim 7.3.219 and an updated syntax/c.vim which
hasn't made it into the official runtimes yet.
FYI: I found this due to my looking at line 2045, (2044,2045)
No problems around that area for me either.
So, if it's a bug, it's a new one!
Well, a strange situation (its doing the same thing on my home
computer, too, which is 7.3.244, although I'm about to update it)
I've partially located the problem: its occurring due to Michael Gedde's
ifdef.vim script. Strange that --noplugin doesn't prevent
$HOME/.vim/after/... plugin loading, though.
Regards,
Chip Campbell
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php