We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set root of my project as my working directory , but the tags file contain absolute path.
I use windows 7
ctags --version
my .ctags
i try also:
but same problem
In terminal
this work for me, generate relative path
The text was updated successfully, but these errors were encountered: