mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user