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

fix version detection for universal-ctags #170

Open sudoforge opened 5 years ago

sudoforge commented 5 years ago

patch originally submitted by @wraul: https://github.com/xolox/vim-easytags/pull/133

later updated by @rogueruiz: https://github.com/xolox/vim-easytags/pull/133#issuecomment-316477649

closes xolox/vim-easytags#133 xolox/vim-easytags#155 xolox/vim-easytags#168 refers xolox/vim-easytags#123 xolox/vim-easytags#132

sudoforge commented 5 years ago

Note to anyone who comes here, I submitted this simply because I was exploring the project and noticed that this was still broken -- and the existing PR (#133) did not provide a working fix, although a comment in that PR did.

I've deleted my fork, the upstream for this PR, due to inactivity on this project by the author and my lack of availability and interest in maintaining it.

shmerl commented 4 years ago

Is there any plan to merge this? easytags is still breaking on Universal Ctags 0.0.0, Copyright (C) 2015 Universal Ctags Team.

zegerius commented 4 years ago

Still broken with pacman -S ctags on Arch.

$ ctags --version
Universal Ctags 0.0.0(3fdf28bc), Copyright (C) 2015 Universal Ctags Team
gpakosz commented 4 years ago

Can you please merge this?