commit | f2a8bafa4b815e5b4e50a25c2b3a8a24fbe8aa11 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 14 22:58:23 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 14 22:58:23 2021 +0200 |
tree | 2e192ed211f24a39f46bc4d38735b5a1182d9664 | |
parent | 78eb9cce911dcd662182443e0920649ec1596d41 [diff] [blame] |
patch 8.2.3440: recover test fails if there is an old swap file Problem: Recover test fails if there is an old swap file. Solution: Delete old swap files.
diff --git a/src/version.c b/src/version.c index 47afced..0598475 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3440, +/**/ 3439, /**/ 3438,