OK, now I understand. Thank you.
2014/1/22 Jason Hood <[email protected]> > >> * 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 <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
