summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-11 12:01:04 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-11 12:01:04 +0100
commitc069edeab28bdd7289d7096cd92804cb54841557 (patch)
tree1a8a4bf3f3edbd6fcaa60fed71a2a102d1b1c638 /src/version.c
parentf5fec05c7fd0df4c934a838e82882e601dc920cb (diff)
patch 9.0.0441: closure in for loop test fails on some systemsv9.0.0441
Problem: Closure in for loop test fails on some systems. Solution: Do not wait for the ruler to show up. (issue #11106)
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 02e55d96dd..b7bc80a1f2 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 */
/**/
+ 441,
+/**/
440,
/**/
439,