1
0
forked from aniani/vim

patch 9.0.0293: messages window not hidden when starting a command line

Problem:    Messages window not hidden when starting a command line.
Solution:   Hide the messages window. (closes #10996)
This commit is contained in:
Bram Moolenaar
2022-08-28 12:06:21 +01:00
parent d1f8fd5907
commit b0509c542e
3 changed files with 10 additions and 0 deletions

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
293,
/**/
292,
/**/