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
Not sure how to give you "raw" output but if you try it out you'll see that the removed com.company.a.b.c.d. part of the first file is not highlighted. Interestingly enough, if you remove a.b.c.d., then it works fine.
The text was updated successfully, but these errors were encountered:
Hi @boris-petrov, thanks for the issues you've opened! (Sorry for the slow reply, I have limited time this week but they are very useful to have.)
So this one, I think, is similar to #140 . We can achieve the expected highlighting by tweaking --max-line-distance. Basically, I agree with you, another iteration is needed on the details of this feature. There are a few considerations -- please see #140 for full discussion of the current state.
a.txt
:b.txt
:diff -u a.txt b.txt | delta
Not sure how to give you "raw" output but if you try it out you'll see that the removed
com.company.a.b.c.d.
part of the first file is not highlighted. Interestingly enough, if you removea.b.c.d.
, then it works fine.The text was updated successfully, but these errors were encountered: