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

make it work if &directory is set #63

Closed mendel closed 5 years ago

mendel commented 5 years ago

The &directory option makes Vim store the swapfiles in that dir (instead of next to the file being edited). Currently the Recover.vim plugin does not print the Found a swap file by the name ... message if the &directory option is set (to some value other than .).

chrisbra commented 5 years ago

thanks!