-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 improve diff -u comparison #229
Comments
Hi @MarcoIeni, In the current version of delta, you can make it do it by bumping the I'm about to release a new version of delta which will highlight this by default ( Incidentally, in the new version you will be able to use |
Awesome, thanks! |
What #140 comes down to is that delta (unlike diff-highlight, diff-so-fancy, GitHub, GitLab, etc) does not assume that a pair of lines are homologous and should be highlighted as if one has evolved from the other. The reason for this is that delta (unlike the others), when confronted with a hunk containing different numbers of |
I am comparing this project with diff-so-fancy with the
diff -u
usage.I want to see the difference between two files named
one
andtwo
:As you can see diff-so-fancy highlights the different word on the first line.
Why delta doesn't do it?
The text was updated successfully, but these errors were encountered: