diff src/version.c @ 30351:c8c7adcf2ddc v9.0.0511

patch 9.0.0511: unnecessary scrolling for message of only one line Commit: https://github.com/vim/vim/commit/bdedd2bcce3a59028c7504a397ff77d901b1b12a Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Sep 20 12:45:15 2022 +0100 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 https://github.com/vim/vim/issues/11178)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 14:00:05 +0200
parents 37a251ba4cf4
children 7cd4655d7bf1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    511,
+/**/
     510,
 /**/
     509,