diff options
author | Peter Odding <peter@peterodding.com> | 2010-06-15 08:58:12 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-06-15 08:58:12 +0200 |
commit | 5cb775c9a8e8ea07abbb39f09f72c818c2ad518b (patch) | |
tree | 7d4e93c4267f7c68c62413a2edd57bdc32723699 /Makefile | |
parent | d064e0639f488b975af12aad01040493e265804c (diff) | |
download | vim-easytags-5cb775c9a8e8ea07abbb39f09f72c818c2ad518b.tar.gz |
Version detection, better error handling, bug fix for dynamic highlighting
* The plug-in now executes `ctags --version` on startup to verify that
the correct version of Exuberant Ctags is installed because some
systems (including Mac OS X apparently) ship with a `/usr/bin/ctags`
installed that doesn't understand the extensive set of command-line
arguments supported by Exuberant Ctags.
* When a file was edited multiple times the dynamic highlighting
wouldn't refresh because the plug-in thought the highlighting was
still in effect while in reality it was cleared by reading the file
again. Now the highlighting will be refreshed on the next CursorHold
event like it's supposed to.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions