Automatic diffing for recovered files

2006-10-31 Thread Stefan Walk

Hi,

When recovering a file, the help file advocates saving the recovered
buffer in a different file and using diff to see the differences.
That's good advice, but it would be really helpful if that could be
done in an automatic way, as an option from the recovery dialog. Would
it be possible to implement that (or is it already possible to do that
in userland)?

Regards,
Stefan


Re: Python/Ruby completion requires language interface ?

2006-09-27 Thread Stefan Walk

The script terminates, not vim...

if !has('python')
   echo Error: Required vim compiled with +python
   finish
endif

is right at the start.

Regards,
Stefan