changeset 18235:88716bc1c20b v8.1.2112

patch 8.1.2112: build number for ConPTY is outdated Commit: https://github.com/vim/vim/commit/4c063dde73c618b0728016d221ef130d9e9ec968 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 4 21:29:12 2019 +0200 patch 8.1.2112: build number for ConPTY is outdated Problem: Build number for ConPTY is outdated. Solution: Update to new build number. (Nobuhiro Takasaki, closes https://github.com/vim/vim/issues/5014)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Oct 2019 21:30:05 +0200
parents 636e37695b55
children 2a76cb925e40
files src/os_win32.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -7277,7 +7277,7 @@ mch_setenv(char *var, char *value, int x
  * Confirm until this version.  Also the logic changes.
  * insider preview.
  */
-#define CONPTY_INSIDER_BUILD	    MAKE_VER(10, 0, 18990)
+#define CONPTY_INSIDER_BUILD	    MAKE_VER(10, 0, 18995)
 
 /*
  * Not stable now.
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2112,
+/**/
     2111,
 /**/
     2110,