From 0816f473ab2f6cf7d8311c0f97371cada7f20d18 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 5 Oct 2022 15:42:32 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index ed91d277ab..0f49ac275b 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 665, /**/ 664, /**/ -- cgit v1.2.3