commit | efdfb0c5eeedb625cdfa3f9fe6e480d18ea7c6cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 22:21:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 22:21:07 2022 +0100 |
tree | dcaa033101f2b454d4e092f0dcafb7c3d8073a61 | |
parent | d54af2e550c6c34efbad748de36e42b318f39243 [diff] [blame] |
patch 9.0.0291: test failing Problem: Test failing. Solution: Run test with cmdheight=0 last.
diff --git a/src/version.c b/src/version.c index 35df02c..cb54364 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 291, +/**/ 290, /**/ 289,