You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
With the last universal ctags version we got an error on easytags loading:
This is due to a format change on --version:
The text was updated successfully, but these errors were encountered: