commit | b5b4f61cf192324379b6a8c4f7ed83a13f0e3bc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 16:43:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 16:43:17 2022 +0100 |
tree | fa39548983e85dc2255c0dba25a17b9561a97e29 | |
parent | 7d7ad7b2e8c6403033fbdb083f092321c0ccbfaf [diff] [blame] |
patch 9.0.0351: message window may obscure the command line Problem: Message window may obscure the command line. Solution: Reduce the maximum height of the message window.
diff --git a/src/version.c b/src/version.c index f7d7d62..4c05bb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 351, +/**/ 350, /**/ 349,