chrisbra / Recover.vim

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

doesn't recognize .swo etc #56

Closed wolftune closed 6 years ago

wolftune commented 6 years ago

If there somehow are additional swap files beyond the first .swp, then after deleting the .swp, this ought to ideally see if there are other swap files also.

chrisbra commented 6 years ago

Recover.vim simply hooks into the existing SwapFile-Exists dialog. It cannot make changes to when that dialogue is showed, as this part is a feature of the C core of Vim. Therefore closing.

wolftune commented 6 years ago

gotcha, darn, oh well