Problem: Messages window not hidden when starting a command line.
Solution: Hide the messages window. (closes #10996)
made_cmdheight_nonzero = TRUE;
lastwin->w_p_so = 0;
set_option_value((char_u *)"ch", 1L, NULL, 0);
+#ifdef HAS_MESSAGE_WINDOW
+ popup_hide_message_win();
+#endif
update_screen(UPD_VALID); // redraw the screen NOW
made_cmdheight_nonzero = FALSE;
lastwin->w_p_so = save_so;
if using_popupwin
redraw
call assert_equal('test echo', Screenline(&lines))
+
+ " check that the popup is cleared when entering a command line
+ call feedkeys(':', 'xt')
+ redraw
+ call assert_equal('~', Screenline(&lines))
else
call assert_equal(116, screenchar(&lines, 1))
endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 293,
/**/
292,
/**/