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

Absolute path #161

Open sphynx79 opened 7 years ago

sphynx79 commented 7 years ago

I set root of my project as my working directory , but the tags file contain absolute path.

I use windows 7

ctags --version

Universal Ctags 0.0.0, Copyright (C) 2015 Universal Ctags Team Universal Ctags is derived from Exuberant Ctags. Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert Compiled: Mar 10 2017, 13:33:34 URL: https://ctags.io/

my .ctags

--recurse=yes --tag-relative=yes --exclude=.git --exclude=.rblcl --exclude=.vscode --exclude=test --fields=+lnKs

i try also:

:UpdateTags --tag-relative=yes

but same problem

In terminal

$: cd root $: ctags.exe -R

this work for me, generate relative path