commit | c069edeab28bdd7289d7096cd92804cb54841557 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 12:01:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 12:01:04 2022 +0100 |
tree | 1a8a4bf3f3edbd6fcaa60fed71a2a102d1b1c638 | |
parent | f5fec05c7fd0df4c934a838e82882e601dc920cb [diff] [blame] |
patch 9.0.0441: closure in for loop test fails on some systems Problem: Closure in for loop test fails on some systems. Solution: Do not wait for the ruler to show up. (issue #11106)
diff --git a/src/version.c b/src/version.c index 02e55d9..b7bc80a 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 441, +/**/ 440, /**/ 439,