On 9/11/06, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote:
Yakov Lerner wrote:
> On 9/10/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
>
>> On 9/10/06, Sven Brueggemann <[EMAIL PROTECTED]> wrote:
>> > Hello,
>> >
>> > 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 ~/.vunrc:
>> if &diff | syntax off | endif
>
>
> s/vunrc/vimrc/
>
Aww -- I like that invention! Now what else could we use a .vunrc file
for? :)
Well, you can can do many things with .vunrc ....
it's fairly magical ....... depends on your demands .............
You can use it to store lines of text! And would you believe
me that every line of text you put into it, you can
retrieve later exactly as you put it in ?
Yakov