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/version.c b/src/version.c index c69e46c..d8a6862 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 310, +/**/ 309, /**/ 308,