commit | 0816f473ab2f6cf7d8311c0f97371cada7f20d18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 05 15:42:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 05 15:42:32 2022 +0100 |
tree | 46c3a0fe1d1a91ac6ca535b297ccc72e2d378354 | |
parent | f3ef026c9897f1d2e3fba47166a4771d507dae91 [diff] [blame] |
patch 9.0.0665: setting 'cmdheight' has no effect if last window was resized Problem: Setting 'cmdheight' has no effect if last window was resized. Solution: Do apply 'cmdheight' when told to. Use the frame height instead of the cmdline_row. (closes #11286)
diff --git a/src/version.c b/src/version.c index ed91d27..0f49ac2 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 665, +/**/ 664, /**/ 663,