1
0
forked from aniani/vim

patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistent

Problem:    The way 'cmdheight' can be made zero is inconsistent.
Solution:   Only make 'cmdheight' zero when setting it explicitly, not when
            resizing windows. (closes #10890)
This commit is contained in:
Bram Moolenaar
2022-08-11 13:17:30 +01:00
parent 87f3a2ca3d
commit f797e309ca
7 changed files with 78 additions and 2 deletions

View File

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