commit | 96bde99bf890acd9952863a02c1d15edca2000e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 17:23:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 17:23:12 2022 +0100 |
tree | 7dfa2f770b0a8e98bb69caa71843eaea748c55ef | |
parent | 3331dd03515655ec6b9c1bd374db6e8c27acb27a [diff] [blame] |
patch 9.0.0187: command line height changes when maximizing window height Problem: Command line height changes when maximizing window height. Solution: Do not change the command line height. (closes #10885)
diff --git a/src/version.c b/src/version.c index 6e278e5..1e326b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 187, +/**/ 186, /**/ 185,