commit | 8cf02e5cf8fb14a5009f12e7af0a47617a0ce88d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jun 07 20:41:22 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 07 20:41:22 2021 +0200 |
tree | 92e9725d7e93c4e80cb8fbeae5ddb99468d4bf41 | |
parent | 2f9c209ba089d81fd727122bbe0ae1da00585d80 [diff] [blame] |
patch 8.2.2960: swap file recovery not sufficiently tested Problem: Swap file recovery not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8339)
diff --git a/src/version.c b/src/version.c index 13a5200..e7aa583 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2960, +/**/ 2959, /**/ 2958,