diff src/version.c @ 15669:d2ec272ae777 v8.1.0842

patch 8.1.0842: getchar_zero test fails on MS-Windows commit https://github.com/vim/vim/commit/cb908a813cebf7fb4608ff43fc3d258cf2768809 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 28 23:20:04 2019 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Jan 2019 23:30:05 +0100
parents e093e8809467
children 0a4dfbb312ce
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    842,
+/**/
     841,
 /**/
     840,