Patch 9.0.0312
Problem: Test for cmdheight zero fails.
Solution: Do not close the messages window for CTRL-C.
Files: src/normal.c
*** ../vim-9.0.0311/src/normal.c 2022-08-28 22:46:17.455056755 +0100
--- src/normal.c 2022-08-28 22:55:36.602953506 +0100
***************
*** 6822,6828 ****
else if (no_reason)
{
#ifdef HAS_MESSAGE_WINDOW
! if (popup_message_win_visible())
popup_hide_message_win();
else
#endif
--- 6822,6828 ----
else if (no_reason)
{
#ifdef HAS_MESSAGE_WINDOW
! if (!cap->arg && popup_message_win_visible())
popup_hide_message_win();
else
#endif
*** ../vim-9.0.0311/src/version.c 2022-08-28 23:36:46.995446887 +0100
--- src/version.c 2022-08-29 00:08:22.582154794 +0100
***************
*** 709,710 ****
--- 709,712 ----
{ /* Add new patch number below this line */
+ /**/
+ 312,
/**/
--
God made machine language; all the rest is the work of man.
/// 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/20220828230938.2A70D1C07CD%40moolenaar.net.