>> * 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. _______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
