You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\t_abcABC987" >| foo; rg --json ABC98 foo | delta using the current master:
It seems the submatches from the json need to take the tabwidth into account.
The text was updated successfully, but these errors were encountered:
th1000s
changed the title
🐛 rg --json input: a highlighted match after a tab is in in the wrong position
🐛 rg --json input: a highlighted match after a tab is in the wrong position
Jun 5, 2023
echo -e "\t_abcABC987" >| foo; rg --json ABC98 foo | delta
using the current master:It seems the submatches from the json need to take the tabwidth into account.
The text was updated successfully, but these errors were encountered: