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:
@@ -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.
|
||||
|
@@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2112,
|
||||
/**/
|
||||
2111,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user