commit | 926218b5dad0dcdc273ccd92436a72f038d222c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 23:36:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 23:36:52 2022 +0100 |
tree | f59a1c07f95bef0a65141b2429b851166724ec50 | |
parent | b849c82851192cf14cd92b78d83d90ca432332ea [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index d8a6862..e6ecb97 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 311, +/**/ 310, /**/ 309,