changeset 27940:6ba17bf0f86a v8.2.4495

patch 8.2.4495: help test fails in 24 line terminal Commit: https://github.com/vim/vim/commit/e4e1a1e1c8a2bc6efd806e379b5fc80998318830 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 2 20:49:50 2022 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Mar 2022 22:00:03 +0100
parents 56babd8ac3c3
children 3b23146c526d
files src/testdir/test_help.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_help.vim
+++ b/src/testdir/test_help.vim
@@ -152,7 +152,7 @@ endfunc
 
 " Test for setting the 'helpheight' option in the help window
 func Test_help_window_height()
-  let &cmdheight = &lines - 24
+  let &cmdheight = &lines - 23
   set helpheight=10
   help
   set helpheight=14
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4495,
+/**/
     4494,
 /**/
     4493,