vim-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.

e4e1a1e1c8

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq
2022-11-06 22:32:47 +08:00
parent bfa0be49ed
commit 8c454776f8

View File

@@ -149,7 +149,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