bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make gtags.vim work for any dir


From: Andrey Butirsky
Subject: Re: make gtags.vim work for any dir
Date: Fri, 25 Jan 2019 18:52:59 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 Thunderbird/65.0

On 25.01.2019 18:05, Andrey Butirsky wrote:
> In the 'gtags.vim', we could write something like this note:

Typo, so again:

" Global will search for it's tag databases starting from the current file's 
path upwards.
" If you need precise database location, set GTAGSROOT environment variable to 
it's path directory before you start Vim or in your vimrc file.
" If there are no files opened, the search is started from current directory.
"
"       :e /project1/subdir/lib.c
"       :Gtags main                     <- from now on, search 
/project1/subdir, /project1, / for GTAGS.
"       :e /project2/main.c
"       :Gtags main                     <- from now on, search /project2, / for 
GTAGS.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]