Yakov Lerner wrote:

>> Vim 7 combines syntax colouring and diff colouring when diffing.
>> This often makes the diffs hard to read.
>> Is there a way to automagically turn syntax colouring off when
>> diffing?
> put this into your ~/.vimrc:
> if &diff | syntax off | endif

Now that was fast... Thanks!

Kind regards

Sven

Reply via email to