]> granicus.if.org Git - vim/commit
patch 9.0.0310: output of :messages dissappears when cmdheight is zero v9.0.0310
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 21:46:21 +0000 (22:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 21:46:21 +0000 (22:46 +0100)
commitb849c82851192cf14cd92b78d83d90ca432332ea
tree7a7dd5713edd0126e765676cc13dc1250359ba72
parent7a99da43d14671cc91a302bcfa34d37a35eaa28d
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.
src/message.c
src/normal.c
src/version.c