1
0
forked from aniani/vim

patch 9.0.0326: some changes for cmdheight=0 are not needed

Problem:    Some changes for cmdheight=0 are not needed.
Solution:   Revert resize behavior if height is greater than the available
            space. (Shougo Matsushita, closes #11008)
This commit is contained in:
Shougo Matsushita
2022-08-30 11:54:21 +01:00
committed by Bram Moolenaar
parent 816736bcc7
commit 0e412be00f
2 changed files with 4 additions and 4 deletions

View File

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