commit | bdedd2bcce3a59028c7504a397ff77d901b1b12a | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Sep 20 12:45:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 12:45:15 2022 +0100 |
tree | d9786a098da5bb06ad6aa9ea6aff8531abd81efe | |
parent | 7c046ae99ba85a4fdf1a546157e2ed6f12b79ea6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d7d5bd3..c6f76ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 511, +/**/ 510, /**/ 509,