1
0
forked from aniani/vim

patch 8.1.2424: MS-Windows: console buffer is resized unnecessarily

Problem:    MS-Windows: console buffer is resized unnecessarily.
Solution:   Only call ResizeConBuf() when the size differs. (Nobuhiro
            Takasaki, closes #5343)
This commit is contained in:
Bram Moolenaar
2019-12-11 22:57:40 +01:00
parent e24437b643
commit 36698e34aa
2 changed files with 9 additions and 3 deletions

View File

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