Skip to content

Commit 27b9aa3

Browse files
committed
Remove duplicate tag from Vim help file
1 parent 08186f0 commit 27b9aa3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ If you have questions, bug reports, suggestions, etc. the author can be contacte
218218
## License
219219

220220
This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
221-
© 2010 Peter Odding &lt;<peter@peterodding.com>&gt;.
221+
© 2011 Peter Odding &lt;<peter@peterodding.com>&gt;.
222222

223223

224224
[exuberant_ctags]: http://ctags.sourceforge.net/

doc/easytags.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ modes (except of course for the 'Tag' suffix).
316316
Troubleshooting ~
317317

318318
-------------------------------------------------------------------------------
319-
*:HighlightTags*
320319
|:HighlightTags| only works for the tags file created by |:UpdateTags| ~
321320

322321
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].
427426
*easytags-license*
428427
License ~
429428

430-
This software is licensed under the MIT license [14]. Copyright 2010 Peter
429+
This software is licensed under the MIT license [14]. Copyright 2011 Peter
431430
Odding <peter@peterodding.com>.
432431

433432
===============================================================================

plugin/easytags.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
" Vim plug-in
22
" Author: Peter Odding <peter@peterodding.com>
3-
" Last Change: June 14, 2011
3+
" Last Change: June 17, 2011
44
" URL: http://peterodding.com/code/vim/easytags/
55
" Requires: Exuberant Ctags (http://ctags.sf.net)
66
" License: MIT
7-
" Version: 2.4.1
7+
" Version: 2.4.2
88

99
" Support for automatic update using the GLVS plug-in.
1010
" GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip

0 commit comments

Comments
 (0)