vim-easytags icon indicating copy to clipboard operation
vim-easytags copied to clipboard

Absolute path

Open sphynx79 opened this issue 8 years ago • 0 comments

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

sphynx79 avatar Mar 16 '17 03:03 sphynx79