1
0
forked from aniani/vim

patch 8.2.1970: it is easy to make mistakes when cleaning up swap files

Problem:    It is easy to make mistakes when cleaning up swap files after the
            system crashed.
Solution:   Warn for the process still running after recovery.  Do not
            automatically delete a swap file created on another system.
            (David Fries, closes #7273)
This commit is contained in:
Bram Moolenaar
2020-11-09 21:04:17 +01:00
parent ea696852e7
commit f883508e36
3 changed files with 77 additions and 3 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1970,
/**/
1969,
/**/