commit | b0509c542ed974cb388d49273d365ff2daf43159 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 12:06:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 12:06:21 2022 +0100 |
tree | bce4fb65d329cf42ef735f0a9c4b8827f39379b6 | |
parent | d1f8fd59074d9c8b4d00ccdea77726a9195e0be4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4ff578f..b25ed44 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 293, +/**/ 292, /**/ 291,