0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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 #5014)
This commit is contained in:
Bram Moolenaar
2019-10-04 21:29:12 +02:00
parent 2a8d3b8997
commit 4c063dde73
2 changed files with 3 additions and 1 deletions

View File

@@ -7277,7 +7277,7 @@ mch_setenv(char *var, char *value, int x UNUSED)
* 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.

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2112,
/**/
2111,
/**/