diff src/version.c @ 29946:af2564a6da5b v9.0.0311

patch 9.0.0311: test for hit-Enter prompt fails Commit: https://github.com/vim/vim/commit/926218b5dad0dcdc273ccd92436a72f038d222c4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 28 23:36:52 2022 +0100 patch 9.0.0311: test for hit-Enter prompt fails Problem: Test for hit-Enter prompt fails. Solution: Only reset cmdline_row when 'cmdheight' is zero.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Aug 2022 00:45:03 +0200
parents 34c5647efe7a
children 29e4cd9e66de
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 */
 /**/
+    311,
+/**/
     310,
 /**/
     309,