Skip to content

Commit

Permalink
patch 8.2.4495: help test fails in 24 line terminal
Browse files Browse the repository at this point in the history
Problem:    Help test fails in 24 line terminal.
Solution:   Use up to 23 lines for text.
  • Loading branch information
brammool committed Mar 2, 2022
1 parent 2f87a99 commit e4e1a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_help.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4495,
/**/
4494,
/**/
Expand Down

0 comments on commit e4e1a1e

Please sign in to comment.