chrisbra / Recover.vim

A Plugin to show a diff, whenever recovering a buffer
http://www.vim.org/scripts/script.php?script_id=3068
247 stars 25 forks source link

Failed recovery #11

Closed rking closed 12 years ago

rking commented 12 years ago
rm -rf /tmp/uh-oh && mkdir $_ && cd $_ && wget http://rking.sharpsaw.org/...Makefile.swp && vim ...Makefile

If I run that then let recover.vim handle it, I get nothing recovered.

If I abort, then r through the normal means, it recovers.

Thanks!

chrisbra commented 12 years ago

Hi ☈king!

On Fr, 21 Sep 2012, ☈king wrote:

rm -rf /tmp/uh-oh && mkdir $_ && cd $_ && wget http://rking.sharpsaw.org/...Makefile.swp && vim ...Makefile

If I run that then let recover.vim handle it, I get nothing recovered.

If I abort, then r through the normal means, it recovers.

Thanks!

Thanks for the detailed report. I fixed it in current head.

regards,

Christian

Wer nicht geübt im Schleppetragen kann leicht mal auf die Treppe schlagen.

rking commented 12 years ago

Confirmed that it works.

Thanks for the speedy fix!!