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