xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

Duplicate tag ":HighlightTags" in vim-easytags/doc/easytags.txt #11

Closed ssoriche closed 13 years ago

ssoriche commented 13 years ago

With the latest version receiving the following error when MacVim starts:

Error detected while processing function pathogen#helptags: line 3: E154: Duplicate tag ":HighlightTags" in file /Users/ssoriche/.vim/bundle/vim-easytags/doc/easytags.txt

MacVim version: 7.3

~Shawn

xolox commented 13 years ago

Hi Shawn,

Sorry for the problem and thanks for the heads up. This shouldn't impact any functionality of the plug-in but the error is of course annoying so I will fix this today.

Peter

xolox commented 13 years ago

Hi again Shawn,

I've just committed 27b9aa3ea3dbc121b9f75b74c07ac7175209b843 to remove the duplicate tag from doc/easytags.txt. I've also uploaded the new release to Vim Online. Thanks for your feedback and happy Vimming!

Peter

ssoriche commented 13 years ago

That's got it fixed. Thank you very much!

~Shawn