diff src/version.c @ 29999:74f82d4dae9c v9.0.0337

patch 9.0.0337: flicker when resetting cmdline_row after updating the screen Commit: https://github.com/vim/vim/commit/b22653a98ed9252b88455c55e15c888c66c97927 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 22:24:26 2022 +0100 patch 9.0.0337: flicker when resetting cmdline_row after updating the screen Problem: Flicker when resetting cmdline_row after updating the screen. Solution: Do not update cmdline_row. (issue https://github.com/vim/vim/issues/11017)
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Aug 2022 23:30:03 +0200
parents 98f5a0618a77
children 6c1a9d7a931f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -708,6 +708,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    337,
+/**/
     336,
 /**/
     335,