Javier Rojas schrieb:
> On Mon, Oct 27, 2008 at 08:03:20AM +1100, Ben Schmidt wrote:
>> I don't believe so. Diff highlighting is merely highlighting, so it's
>> global. You could turn if off for everything, but not for one window at
>> a time.
>
> Well, turning off diff highlighting on both windows wouldn't be bad
> either. Is it possible (while keeping the diff-based window
> synchronization)?
Diff highlighting is overlayed to normal syntax highlighting, thus
just "clearing" the colors should do it, e.g. with the 'highlight' option
:h 'hl
:set hl+=A:none,C:none,D:none,T:none
get normal diff colors back:
:set hl&
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---