Skip to content

Absolute path #161

Open
Open
@sphynx79

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions