summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-05 15:42:32 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-05 15:42:32 +0100
commit0816f473ab2f6cf7d8311c0f97371cada7f20d18 (patch)
tree46c3a0fe1d1a91ac6ca535b297ccc72e2d378354 /src/version.c
parentf3ef026c9897f1d2e3fba47166a4771d507dae91 (diff)
patch 9.0.0665: setting 'cmdheight' has no effect if last window was resizedv9.0.0665
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ed91d277ab..0f49ac275b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 665,
+/**/
664,
/**/
663,