Reputation: 41
My current background color does not show some diffs properly
Upvotes: 0
Views: 1171
Reputation: 41
If use vimdiff
from command-line, modify your .vimrc
in your ~/.vimrc
path.
if &diff
colorscheme some_other_scheme
endif
Upvotes: 2