diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-17 15:54:10 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-17 15:54:10 +0200 |
commit | 27b9aa3ea3dbc121b9f75b74c07ac7175209b843 (patch) | |
tree | bdb1a00d458f37cd6121ef1e1069375d3c00c3c9 | |
parent | 08186f0ee7f3b9f9e52dda2129d2fb5a4e2a5e87 (diff) | |
download | vim-easytags-27b9aa3ea3dbc121b9f75b74c07ac7175209b843.tar.gz |
Remove duplicate tag from Vim help file
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/easytags.txt | 3 | ||||
-rw-r--r-- | plugin/easytags.vim | 4 |
3 files changed, 4 insertions, 5 deletions
@@ -218,7 +218,7 @@ If you have questions, bug reports, suggestions, etc. the author can be contacte ## License This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License). -© 2010 Peter Odding <<peter@peterodding.com>>. +© 2011 Peter Odding <<peter@peterodding.com>>. [exuberant_ctags]: http://ctags.sourceforge.net/ diff --git a/doc/easytags.txt b/doc/easytags.txt index e372ba5..852716f 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -316,7 +316,6 @@ modes (except of course for the 'Tag' suffix). Troubleshooting ~ ------------------------------------------------------------------------------- - *:HighlightTags* |:HighlightTags| only works for the tags file created by |:UpdateTags| ~ If you want to create tags files and have their tags highlighted by the @@ -427,7 +426,7 @@ If you like this plug-in please vote for it on Vim Online [13]. *easytags-license* License ~ -This software is licensed under the MIT license [14]. Copyright 2010 Peter +This software is licensed under the MIT license [14]. Copyright 2011 Peter Odding <peter@peterodding.com>. =============================================================================== diff --git a/plugin/easytags.vim b/plugin/easytags.vim index bd7a775..dc0124d 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -1,10 +1,10 @@ " Vim plug-in " Author: Peter Odding <peter@peterodding.com> -" Last Change: June 14, 2011 +" Last Change: June 17, 2011 " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.4.1 +" Version: 2.4.2 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip |