bug-global
[Top][All Lists]
Advanced

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

Re: GLOBAL-6.2.10 fixes & DOS/Win patches


From: Shigio YAMAGUCHI
Subject: Re: GLOBAL-6.2.10 fixes & DOS/Win patches
Date: Wed, 22 Jan 2014 12:59:11 +0900

OK, now I understand.
Thank you.


2014/1/22 Jason Hood <address@hidden>
>> * fixes 'global -i literal' (it matched incorrectly if there was no
>>   lower case match).
>
> Could you please show me an example?

T:\>type test.c
#define A
#define B

T:\>gtags

T:\>global -xi a
A                   1 test.c           #define A
global: gtags_first: path not found. (fid=)

T:\>type test.c
#define A
#define b

T:\>gtags

T:\>global -xi a
A                   1 test.c           #define A
b                   2 test.c           #define b

--
Jason.



--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

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