mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.0312: test for cmdheight zero fails
Problem: Test for cmdheight zero fails. Solution: Do not close the messages window for CTRL-C.
This commit is contained in:
@@ -6822,7 +6822,7 @@ nv_esc(cmdarg_T *cap)
|
|||||||
else if (no_reason)
|
else if (no_reason)
|
||||||
{
|
{
|
||||||
#ifdef HAS_MESSAGE_WINDOW
|
#ifdef HAS_MESSAGE_WINDOW
|
||||||
if (popup_message_win_visible())
|
if (!cap->arg && popup_message_win_visible())
|
||||||
popup_hide_message_win();
|
popup_hide_message_win();
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
@@ -707,6 +707,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
312,
|
||||||
/**/
|
/**/
|
||||||
311,
|
311,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user