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

Version check problem with Universal Ctags again #168

Open
CareF opened this issue Nov 11, 2018 · 3 comments
Open

Version check problem with Universal Ctags again #168

CareF opened this issue Nov 11, 2018 · 3 comments

Comments

@CareF
Copy link

CareF commented Nov 11, 2018

I saw #123 , but it seems that the problem now comes back.
I was not having trouble before until recent update (not sure update of universal ctags or easytags) and when I start vim it starts to giving error messages:

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!

I am under Arch Linux with ctags from pacman (actually Universal ctags). ctags --version gives me:

niversal Ctags 0.0.0(45968eff), Copyright (C) 2015 Universal Ctags Team
Universal Ctags is derived from Exuberant Ctags.
Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert
  Compiled: Oct 15 2018, 21:55:11
  URL: https://ctags.io/
  Optional compiled features: +wildcards, +regex, +iconv, +option-directory, +xpath, +json, +interactive, +sandbox, +yaml
@oryband
Copy link

oryband commented Nov 20, 2018

relates to #155 #133

@oryband
Copy link

oryband commented Nov 20, 2018

see #133 (comment) as temporary solution

@GetCurious
Copy link

GetCurious commented Nov 26, 2018

same problem here,
i'm new to linux, where do I place these codes? I've no idea where what they're talking about.

EDIT:
nvm... replaced
if !xolox#easytags#initialize('5.5')
with
if !xolox#easytags#initialize('0.0.0')
in
/usr/share/vim/vimfiles/plugin/easytags.vim

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

3 participants