Hi!
It's not clear to me how to send pull requests to vim, so here's a
suggestion in email form.
The file vim/runtime/syntax/html.vim is handling right angle bracket
(>) wrong. The line
syn match htmlError "[<>&]"
should be
syn match htmlError "[<&]"
because it's not an error to have right angle brackets in text elements in html.
I would reference the spec on this point, but the whole point is that
the spec says nothing about it :)
Thanks,
Johannes
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.