1
0
forked from aniani/vim

patch 9.0.0511: unnecessary scrolling for message of only one line

Problem:    Unnecessary scrolling for message of only one line.
Solution:   Only set msg_scroll when needed. (closes #11178)
This commit is contained in:
zeertzjq
2022-09-20 12:45:15 +01:00
committed by Bram Moolenaar
parent 7c046ae99b
commit bdedd2bcce
3 changed files with 36 additions and 2 deletions

View File

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