diff src/version.c @ 30363:48c73657679c v9.0.0517

patch 9.0.0517: when at the command line :redrawstatus does not work well Commit: https://github.com/vim/vim/commit/320d910064320f894a09ffdd1cd800ff5371e97f Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Sep 20 17:12:13 2022 +0100 patch 9.0.0517: when at the command line :redrawstatus does not work well Problem: When at the command line :redrawstatus does not work well. Solution: Only update the statuslines instead of the screen. (closes https://github.com/vim/vim/issues/11180)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 18:15:03 +0200
parents d03040b399de
children 748b8dcfba57
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 */
 /**/
+    517,
+/**/
     516,
 /**/
     515,