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

Exuberant C-Tags Version 5.9 #71

Closed chrisfair closed 9 years ago

chrisfair commented 10 years ago

When I use this with a system that has exuberant C-Tags version 5.9 it sys

<calConfig/VIMModules/Linux/.vim/bundle/vim-easytags/plugin/easytags.vim [FORMAT=unix] [TYPE=] [ASCII=000] [HEX=00] [POS=0000,0001] [100%] [LEN=1]easytags.vim 3.4.3: Plug-in not loaded because Exuberant Ctags 5.5 or newer is required while you have version 5.9 installed! Press ENTER or type command to continue

This seems to be a bug, it used to work with Ctags 5.9 but when I pulled the newest version via git all of a sudden it doesn't work

I have ....

Linux 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

blueyed commented 9 years ago

Is this still a problem for you?

What does ctags --version give you?

chrisfair commented 9 years ago

When I pulled from got hub the problem vanished.

Daniel Hahler notifications@github.com wrote:

Is this still a problem for you?

What does ctags --version give you?

— Reply to this email directly or view it on GitHub.

blueyed commented 9 years ago

@chrisfair Great. You could close the issue then, since it's fixed. Thanks.

xolox commented 9 years ago

Thanks for the feedback @chrisfair and @blueyed, this bug was indeed fixed. I'll go ahead and close this issue now.