commit | 803452046ba6cda7a2896626572eb78b2358c965 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 22:43:19 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 18 22:43:19 2017 +0100 |
tree | 5fbae9fb7285e48f82ef6e7a56b8747d3673b48a | |
parent | c525e3a1c20f6b5d9809c8b84f80090a8e416c92 [diff] [blame] |
patch 8.0.0338: :recover test fails on MS-Windows Problem: :recover test fails on MS-Windows. Solution: Use non-existing directory on MS-Windows.
diff --git a/src/version.c b/src/version.c index 73f9929..aac6dae 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 338, +/**/ 337, /**/ 336,