mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
Crypt the swapfile.
This commit is contained in:
@@ -595,7 +595,7 @@ main
|
||||
*/
|
||||
if (recoverymode && fname == NULL)
|
||||
{
|
||||
recover_names(NULL, TRUE, 0);
|
||||
recover_names(NULL, TRUE, 0, NULL);
|
||||
mch_exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user