commit | cb908a813cebf7fb4608ff43fc3d258cf2768809 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 28 23:20:04 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 28 23:20:04 2019 +0100 |
tree | 55e566e8ec676abbe072b55b9f92808ad4d14353 | |
parent | 2339fa335fcce46226f871b2c95c433966c711e9 [diff] [blame] |
patch 8.1.0842: getchar_zero test fails on MS-Windows Problem: getchar_zero test fails on MS-Windows. Solution: Disable the test for now.
diff --git a/src/version.c b/src/version.c index a90d52e..c8bb2f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 842, +/**/ 841, /**/ 840,