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:
parent
2f87a99b6e
commit
e4e1a1e1c8
@ -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
|
||||
|
@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4495,
|
||||
/**/
|
||||
4494,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user