commit | b849c82851192cf14cd92b78d83d90ca432332ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 22:46:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 22:46:21 2022 +0100 |
tree | 7a7dd5713edd0126e765676cc13dc1250359ba72 | |
parent | 7a99da43d14671cc91a302bcfa34d37a35eaa28d [diff] [blame] |
patch 9.0.0310: output of :messages dissappears when cmdheight is zero Problem: Output of :messages dissappears when cmdheight is zero. Solution: Do not use the messages window for :messages. Make Esc close the messages window.
diff --git a/src/message.c b/src/message.c index 096f274..e4f8af1 100644 --- a/src/message.c +++ b/src/message.c
@@ -1077,6 +1077,7 @@ } msg_hist_off = TRUE; + dont_use_message_window(); p = first_msg_hist; if (eap->addr_count != 0)