commit | 80d868ec25094615f2531a1e01ed1e729366c3bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 20 09:10:15 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 20 09:10:15 2020 +0100 |
tree | e7455bc1b63e6b134043965f78ef79a0a2345156 | |
parent | 2ea95b61f4bec9b71cf916eebe8d11abc76617a0 [diff] [blame] |
patch 8.2.2019: swap file test fails on MS-Windows Problem: Swap file test fails on MS-Windows. Solution: Add four to the process ID. (Ken Takata, closes #7333)
diff --git a/src/version.c b/src/version.c index ebfe94c..70ebd9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2019, +/**/ 2018, /**/ 2017,