aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-06 22:32:47 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-11-06 23:08:40 +0800
commit8c454776f8a1d030b326347e1dd2d4e1fd6d7f7f (patch)
tree2358e7c4d89753ab3363e9829a5c72e559f10405
parentbfa0be49ed07d1e576c6452bb7e82956df7b19d5 (diff)
downloadrneovim-8c454776f8a1d030b326347e1dd2d4e1fd6d7f7f.tar.gz
rneovim-8c454776f8a1d030b326347e1dd2d4e1fd6d7f7f.tar.bz2
rneovim-8c454776f8a1d030b326347e1dd2d4e1fd6d7f7f.zip
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>
-rw-r--r--src/nvim/testdir/test_help.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_help.vim b/src/nvim/testdir/test_help.vim
index 6478ae5dbf..e30d305703 100644
--- 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