Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Universal Ctags change their version schema #155

Open
encolpe opened this issue Jan 27, 2017 · 3 comments
Open

Universal Ctags change their version schema #155

encolpe opened this issue Jan 27, 2017 · 3 comments

Comments

@encolpe
Copy link

encolpe commented Jan 27, 2017

With the last universal ctags version we got an error on easytags loading:

.vim/bundle/vim-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!

This is due to a format change on --version:

$ ctags --version
Universal Ctags 0.0.0(7b44752), Copyright (C) 2015 Universal Ctags Team
Universal Ctags is derived from Exuberant Ctags.
Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert
  Compiled: Jan 27 2017, 01:14:20
  URL: https://ctags.io/
  Optional compiled features: +wildcards, +regex, +option-directory, +coproc, +xpath
@IQubic
Copy link

IQubic commented Mar 6, 2017

Yeah, I'm running into the same error here too. Can confirm that my --version looks the exact same as above.

@FliiFe
Copy link

FliiFe commented Mar 13, 2017

The plugin should (at least) link to the readme for users to know how to disable this message

@abelcheung
Copy link

Merge request #133 already requested, in order to fix Universal ctags detection; but seems the development of easytags is a bit stagnant for now, so for now applying the patch manually is the easy way out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants