> I've put syntax/vim.vim version 7.4a-1 up on my website: > http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM . I don't > intend to remove the documented standard-plugin commands that are in the > help (:TOhtml, etc).
I second the glts. TOhtml and lowercase commands are different elements in VimL and you can’t do anything with this. If highlighting them from scratch is essential commands that match '^\U\a*$' (with exception of :Next) should receive their own highlighting group indicating that they are standard commands, but not built-in ones. It is essential if highlight a script that is to be used with `vim -u NONE -S script.vim`. > As far as "why not maintain them by hand", I agree with Tony: very error > prone. Its easier to remove incorrect ones by filtering. Plus, it'd be > extremely tedious. > > Thank you for your feedback! > 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 --- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.