Hello, You are right. I will change the source code like follows: diff -r1.20 exuberant-ctags.c 104c104 < "\"--_xformat=%R %-16N %4n %-16F %C\" " --- > "\"--_xformat=%R %-16N %4n %-16F %.90C\" " 181a182,184 > /* > * %.90C: Long input lines are truncated. > */ 186c189 < "--_xformat=%R %-16N %4n %-16F %C", --- > "--_xformat=%R %-16N %4n %-16F %.90C",
Jason, thank you always. Regards, Shigio On Sun, Aug 30, 2026 at 12:06 PM Jason Hood <[email protected]> wrote: > > I happened to run gtags using Universal Ctags in its binary release - GTAGS > was over 600M. Tracked it down to docs/searchindex.js, a 131k file as a > single line, with over 4k definitions. Perhaps it would be better to adjust > _xformat to use something like "%.90C"? > > -- > Jason. > -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: 26F6 31B4 3D62 4A92 7E6F 1C33 969C 3BE3 89DD A6EB
