Skip to content

Commit

Permalink
Remove duplicate tag from Vim help file
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 17, 2011
1 parent 08186f0 commit 27b9aa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 &lt;<peter@peterodding.com>&gt;.
© 2011 Peter Odding &lt;<peter@peterodding.com>&gt;.


[exuberant_ctags]: http://ctags.sourceforge.net/
Expand Down
3 changes: 1 addition & 2 deletions doc/easytags.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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>.

===============================================================================
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 27b9aa3

Please sign in to comment.