forked from aniani/vim
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:
@@ -7277,7 +7277,7 @@ mch_setenv(char *var, char *value, int x UNUSED)
|
|||||||
* Confirm until this version. Also the logic changes.
|
* Confirm until this version. Also the logic changes.
|
||||||
* insider preview.
|
* insider preview.
|
||||||
*/
|
*/
|
||||||
#define CONPTY_INSIDER_BUILD MAKE_VER(10, 0, 18990)
|
#define CONPTY_INSIDER_BUILD MAKE_VER(10, 0, 18995)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Not stable now.
|
* Not stable now.
|
||||||
|
@@ -753,6 +753,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2112,
|
||||||
/**/
|
/**/
|
||||||
2111,
|
2111,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user