]> granicus.if.org Git - vim/commitdiff
patch 9.0.0291: test failing v9.0.0291
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2022 21:21:07 +0000 (22:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2022 21:21:07 +0000 (22:21 +0100)
Problem:    Test failing.
Solution:   Run test with cmdheight=0 last.

src/testdir/test_messages.vim
src/version.c

index 9c731ca23d78610e7d224fc38935079a92f34604..8a7d05509e6f3f59e508b522f5c90db8fadbcb0e 100644 (file)
@@ -387,7 +387,9 @@ func Test_fileinfo_after_echo()
   call delete('b.txt')
 endfunc
 
-func Test_cmdheight_zero()
+" FIXME: running this last as it seems to cause
+" Test_mapping_at_hit_return_prompt() to faile
+func Test_x_cmdheight_zero()
   enew
   set cmdheight=0
   set showcmd
index 35df02cb9ae41b54dd250a7894c96e3292d5bc08..cb54364b0204a9dcc97e47ec74824a17bbe05b1f 100644 (file)
@@ -707,6 +707,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    291,
 /**/
     290,
 /**/