Open gdkrmr opened 4 years ago
When using rg, matching long lines show up as "[Omitted long matching line]". When you use the "Edit search results" action, the long lines get changed to "[Omitted long matching line]".
rg
"[Omitted long matching line]"
memo workaround
--max-columns=0
@gdkrmr Did the problem resolved? :)
Thanks!
no, maybe -max-columns=0 should be set automatically.
-max-columns=0
When using
rg
, matching long lines show up as"[Omitted long matching line]"
. When you use the "Edit search results" action, the long lines get changed to"[Omitted long matching line]"
.