chrisbra/Recover.vim

doesn't recognize .swo etc

wolftune opened this issue · 2 comments

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.

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.

gotcha, darn, oh well