Patch 9.0.0291
Problem: Test failing.
Solution: Run test with cmdheight=0 last.
Files: src/testdir/test_messages.vim
*** ../vim-9.0.0290/src/testdir/test_messages.vim 2022-08-27
21:29:28.261402810 +0100
--- src/testdir/test_messages.vim 2022-08-27 22:18:28.258084640 +0100
***************
*** 387,393 ****
call delete('b.txt')
endfunc
! func Test_cmdheight_zero()
enew
set cmdheight=0
set showcmd
--- 387,395 ----
call delete('b.txt')
endfunc
! " 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
*** ../vim-9.0.0290/src/version.c 2022-08-27 22:05:09.010962165 +0100
--- src/version.c 2022-08-27 22:20:42.713916711 +0100
***************
*** 709,710 ****
--- 709,712 ----
{ /* Add new patch number below this line */
+ /**/
+ 291,
/**/
--
SIGIRO -- irony detected (iron core dumped)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220827212144.D45141C066C%40moolenaar.net.