Hello,
I was trying out ownsyntax; I may have found a problem. Using misc1.c
from vim's source code:
vim -u NONE -N misc1.c
:syn on
:vsplit
:ownsyntax tex
The underscores get highlighted with Error highlighting in the left
(ownsyntax tex) window; this is expected.
However, look at the static char_u ... [char] is now highlighted
differently than before. Putting the cursor in that window and typing
":ownsyntax c" doesn't fix things, either. Neither does quitting the
"ownsyntax tex" window.
By the way, I know that viewing C source code as LaTeX source doesn't
make sense :)
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