forked from aniani/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.
This commit is contained in:
		| @@ -152,7 +152,7 @@ endfunc | |||||||
|  |  | ||||||
| " Test for setting the 'helpheight' option in the help window | " Test for setting the 'helpheight' option in the help window | ||||||
| func Test_help_window_height() | func Test_help_window_height() | ||||||
|   let &cmdheight = &lines - 24 |   let &cmdheight = &lines - 23 | ||||||
|   set helpheight=10 |   set helpheight=10 | ||||||
|   help |   help | ||||||
|   set helpheight=14 |   set helpheight=14 | ||||||
|   | |||||||
| @@ -754,6 +754,8 @@ static char *(features[]) = | |||||||
|  |  | ||||||
| static int included_patches[] = | static int included_patches[] = | ||||||
| {   /* Add new patch number below this line */ | {   /* Add new patch number below this line */ | ||||||
|  | /**/ | ||||||
|  |     4495, | ||||||
| /**/ | /**/ | ||||||
|     4494, |     4494, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user