emacs-vdiff icon indicating copy to clipboard operation
emacs-vdiff copied to clipboard

Why ediff not show different on files?

Open alexei-28 opened this issue 4 years ago • 3 comments

Linux Mint 20, Emacs 27.2, vdiff -20210426.155

I create two files. And want to find difference in it.

M-x vdiff-files Select file1.txt and file2.txt

Here result. s1

As you can see both files has different contents(last char in every row).

Why vdiff not show this differents?

alexei-28 avatar May 15 '21 09:05 alexei-28

It might be that the theme you are using does not define a different face. vdiff defaults to using the diff-changed face, but not all themes customize it.

justbur avatar Jun 14 '21 16:06 justbur

It might be that the theme you are using does not define a different face. vdiff defaults to using the diff-changed face, but not all themes customize it.

Yes, the problem was in color theme

alexei-28 avatar Jun 14 '21 16:06 alexei-28