diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-13 01:13:07 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-13 01:13:07 +0200 |
commit | 6c959d2c2577da0c7007a1b655656199fed75893 (patch) | |
tree | c5c422359df5ec0898bf65c1ad6530c0146f562a /plugin | |
parent | eb7061095fdd9688031e31a71e092ead061778e0 (diff) | |
download | vim-easytags-6c959d2c2577da0c7007a1b655656199fed75893.tar.gz |
Automatically run :HighlightTags after using :UpdateTags
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/easytags.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/easytags.vim b/plugin/easytags.vim index 85ed520..e005fda 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -1,10 +1,10 @@ " Vim plug-in " Author: Peter Odding <peter@peterodding.com> -" Last Change: May 25, 2011 +" Last Change: June 13, 2011 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.2.10 +" Version: 2.2.11 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip |