0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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.
This commit is contained in:
Bram Moolenaar
2022-08-28 22:46:21 +01:00
parent 7a99da43d1
commit b849c82851
3 changed files with 11 additions and 1 deletions

View File

@@ -1077,6 +1077,7 @@ ex_messages(exarg_T *eap)
}
msg_hist_off = TRUE;
dont_use_message_window();
p = first_msg_hist;
if (eap->addr_count != 0)