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

Not respecting --tag-relative option in .ctags file #94

Open lencioni opened 9 years ago

lencioni commented 9 years ago

I am using some git commit hooks to regenerate my tags file and I like to use the --tag-relative option so that the paths of the files in my tag file are shorter. However, tags generated by vim-easytags is using absolute paths even though I have included --tag-relative in my .ctags file.

guanjianzhe commented 7 years ago

I have the same problem in windows10, but it works well in ubuntu.