summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-11 20:12:15 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-11 20:12:15 +0100
commit87e74d0e03c6c0267546b2e3a49316f3e84d9794 (patch)
treee3f72d62d9212b055d05659d22a909476c5fca1f /src/version.c
parent29ab524358ba429bcf6811710afc97a978641f0b (diff)
patch 9.0.0446: message window may be positioned too lowv9.0.0446
Problem: Message window may be positioned too low. Solution: Compute cmdline_row before computing the position.
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 ec0f00b182..8da83dbc80 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 446,
+/**/
445,
/**/
444,