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

ctags-exuberant #39

Closed gui11aume closed 11 years ago

gui11aume commented 11 years ago

On my machine (Ubuntu 12.10), ctags turned out to be installed as ctags-exuberant (a ctags was installed, but apparently related to Emacs). I had to add the name 'ctags-exuberant' to the list of potential ctags executable otherwise it would complain that ctags is not installed. I may not be the only one having this issue.

xolox commented 11 years ago

Thanks for the tip!