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

Version "Development" should be considered recent enough #3

Closed blueyed closed 13 years ago

blueyed commented 13 years ago

A ctags SVN snapshot will have version="Development", and easytags will claim that ctags is not installed.

  1. it should report that ctags is not recent enough (which is different from "not installed" of course).
  2. it should consider "Development" to be recent enough. It might check the timestamp of the binary (since the dev snapshot might be 5+ years old already), but that I would skip that.
xolox commented 13 years ago

Hi Daniel,

I'm closing this issue as I've merged your suggested change into the vim-easytags repository in the commit 0a49b11120ac47f7164f361355aa267e1e90e8c7. Thanks for your feedback and pull request!