commit | 6738fd2000f0bea4d40f4a8651e0e1f4b0503bb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 23 21:44:06 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 23 21:44:06 2021 +0200 |
tree | 02eadd5202a2803cf01b5882b2f33fa0a4cb2f25 | |
parent | 44dea9da4b2a21dd1e03f2bd94b4f2679d4613e5 [diff] [blame] |
patch 8.2.3042: swap file test fails Problem: Swap file test fails. Solution: Check for a very high process ID instead of one, which should be running.
diff --git a/src/version.c b/src/version.c index 79f05cc..1ec8342 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3042, +/**/ 3041, /**/ 3040,