> TagHighlight is a plugin that highlights names of classes, variables,
> types etc in source code in Vim. This makes it quicker and easier to
> spot errors in your code. By using exuberant ctags and parsing the
> output, the typedefs, #defines, enumerated names etc are all clearly
> highlighted in different colours.
I've just uploaded a bug-fix to this (version 2.1.1). There was an
issue with some colour schemes (that don't specify Cursor
highlighting) losing the cursor when it was over another (unspecified
by the colour scheme) keyword. Both 'Cursor' and the highlight group
were being defaulted to match the 'Keyword' highlight group. Cursor
highlighting shouldn't have been affected by the plugin at all (it was
due to the "ctags --list-kinds=sql" output including a 'Cursor' item).
Thanks to Hong Xu for pointing this silly mistake out.
Please upgrade to 2.1.1 if you have seen this issue:
http://www.cgtk.co.uk/taghighlight
Al
--
You received this message from the "vim_use" 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
No comments:
Post a Comment