diff options
author | Peter Odding <peter@peterodding.com> | 2010-08-09 17:52:56 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-08-09 17:52:56 +0200 |
commit | 89f9205ff840329aa75166249a99b1d0f227d661 (patch) | |
tree | 539040f39d4f9079ebdddecffe7e4502406fda7a /INSTALL.md | |
parent | 9d4c5c8823411cddaeee61a58141e453ea897da0 (diff) | |
download | vim-easytags-89f9205ff840329aa75166249a99b1d0f227d661.tar.gz |
Enable commands like :UpdateTags -R ~/.vim
* The :UpdateTags command now passes any arguments given to it on to
Exuberant Ctags, which sounds simple enough but required a complex
implementation. This means users can now do things like:
:UpdateTags -R ~/.vim
Because Ctags can be run easily from inside Vim, users won't have to
run it manually from the command line. The plug-in also makes sure
the required command-line options to Ctags are always used.
* Fixed a problem most users will probably never encounter. I'm not
sure whether this is by design or an implementation detail but it's
possible for the "!_TAG_FILE_SORTED" header to appear after one or
more tags and Vim will apparently still use the header! For this
reason the easytags#write_tagsfile() function should also recognize
it, otherwise Vim might complain with "E432: Tags file not sorted".
* Always sort tags in easytags#write_tagsfile() (understands foldcase)
* Finally documented the :UpdateTags and :HighlightTags commands.
* The dynamic highlighting can now be disabled for individual buffers,
which can come in handy when the highlighting conflicts with another
plug-in: Just set the 'b:easytags_nohl' variable to any value.
* Removed hard wrapping from README.md because I've recently switched
to a 21" external monitor ;-)
Diffstat (limited to 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions