1
0
forked from aniani/vim

patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0

Problem:    :echomsg doesn't work properly with cmdheight=0.
Solution:   Improve scrolling and displaying.
This commit is contained in:
Bram Moolenaar
2022-08-28 21:36:43 +01:00
parent f2fb54f641
commit 134b86553c
7 changed files with 54 additions and 3 deletions

View File

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