commit | e4e1a1e1c8a2bc6efd806e379b5fc80998318830 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 20:49:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 02 20:49:50 2022 +0000 |
tree | 2d6dac1b55881b8c04024d56ea67fe5df90d8225 | |
parent | 2f87a99b6e9b559d51e130769e7f8377db6749f8 [diff] [blame] |
patch 8.2.4495: help test fails in 24 line terminal Problem: Help test fails in 24 line terminal. Solution: Use up to 23 lines for text.
diff --git a/src/version.c b/src/version.c index 341a681..55ebc43 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4495, +/**/ 4494, /**/ 4493,