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: Jason Hood
Subject: Re: GLOBAL-6.2.10 fixes & DOS/Win patches
Date: Wed, 22 Jan 2014 12:16:16 +1000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

>> * 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.



reply via email to

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