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

easytags not parsing ctags version correctly #132

Closed decentral1se closed 7 years ago

decentral1se commented 8 years ago

I am working with an install of ctags from ctags.io and the version output is:

lwm$ ctags --version
Universal Ctags 0.0.0(72912f0), Copyright (C) 2015 Universal Ctags Team
Universal Ctags is derived from Exuberant Ctags.
Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert
  Compiled: Dec 17 2015, 18:33:44
  URL: https://ctags.io/
  Optional compiled features: +wildcards, +regex, +debug, +option-directory, +coproc

I get the following error when I start up Vim afte installing easytags:

plugin/easytags.vim
easytags.vim 3.11: Plug-in not loaded because Exuberant Ctags 5.5 or newer is required while you have version 0.0.0 installed!
Press ENTER or type command to continue

If I do the following:

...
if !xolox#easytags#initialize('0.0.0')
...

Things run smoothly. So, I suppose this is a parsing error. I'll try and submit a PR for this when I am not woefully hungover, otherwise, if someone fixes it, it would be great :+1:

still-dreaming-1 commented 8 years ago

Experiencing the exact same problem since I am using universal ctags as well. There is a pull request fix for this that someone made: https://github.com/xolox/vim-easytags/pull/133

decentral1se commented 8 years ago

@xolox bump!

ghost commented 7 years ago

@xolox bump!

decentral1se commented 7 years ago

Ha, still rotting here! Closing this one off boys and girls.