Patch 9.0.0312

7 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 28, 2022, 7:09:49 PM8/28/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages