0
0
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:
Bram Moolenaar
2010-06-21 06:15:46 +02:00
parent 191e0a2bc7
commit a8ffcbbf5d
23 changed files with 824 additions and 155 deletions

View File

@@ -595,7 +595,7 @@ main
*/
if (recoverymode && fname == NULL)
{
recover_names(NULL, TRUE, 0);
recover_names(NULL, TRUE, 0, NULL);
mch_exit(0);
}