Re: New custom variable Gtags_Emacs_Like_Mode for gtags.vim

Andrey Butirsky <[email protected]> Mon, 4 Feb 2019 15:40:11 +0300
Newsgroups gmane.comp.gnu.global.bugs
Message-ID <[email protected]>
On 04.02.2019 04:46, Shigio YAMAGUCHI wrote:
> Hello Andrey,
>
>> Here we also need '--path-style=absolute' arguments.
>>
>> Maybe just set the option here to eliminate such errors?:
> What is this fix needed for?
> Would you please show me an example of the problem?
>
>> The '--path-style=absolute' option is a direct sequence of 'cd' command,
>> so it would be in-place here.
> 'cd' command does not always require '--path-style=absolute'.
> I separated the option to clarify the case where necessary.

Hi Shigio, you are right about '--path-style=absolute' is not always
necessary, it was my fault, sorry.

But, passing extra argument seems do not hurts anyway, so we could just
simplify the algorithm.