commit 8c454776f8a1d030b326347e1dd2d4e1fd6d7f7f
parent bfa0be49ed07d1e576c6452bb7e82956df7b19d5
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun, 6 Nov 2022 22:32:47 +0800
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.
https://github.com/vim/vim/commit/e4e1a1e1c8a2bc6efd806e379b5fc80998318830
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nvim/testdir/test_help.vim b/src/nvim/testdir/test_help.vim
@@ -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