0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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.
This commit is contained in:
Bram Moolenaar 2022-03-02 20:49:50 +00:00
parent 2f87a99b6e
commit e4e1a1e1c8
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4495,
/**/
4494,
/**/