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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user