commit | d36ef573b2fad620824495f5423cb649cde55e03 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 21:44:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 21:44:51 2020 +0100 |
tree | 4a1e69cfb38dc7727bd6b72fcfb4f1b69b5e0e02 | |
parent | 45fffdf10b7cb6e59794e76e9b8a2930fcb4b192 [diff] [blame] |
patch 8.2.0444: swap file test fails on some systems Problem: Swap file test fails on some systems. Solution: Preserve the swap file. Send NL terminated keys.
diff --git a/src/version.c b/src/version.c index 2e219a9..4230f54 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 444, +/**/ 443, /**/ 442,