Patch 8.2.4495
Problem: Help test fails in 24 line terminal.
Solution: Use up to 23 lines for text.
Files: src/testdir/test_help.vim
*** ../vim-8.2.4494/src/testdir/test_help.vim 2022-01-30 16:42:52.501450826
+0000
--- src/testdir/test_help.vim 2022-03-02 20:48:49.528223163 +0000
***************
*** 152,158 ****
" Test for setting the 'helpheight' option in the help window
func Test_help_window_height()
! let &cmdheight = &lines - 24
set helpheight=10
help
set helpheight=14
--- 152,158 ----
" Test for setting the 'helpheight' option in the help window
func Test_help_window_height()
! let &cmdheight = &lines - 23
set helpheight=10
help
set helpheight=14
*** ../vim-8.2.4494/src/version.c 2022-03-02 20:29:31.610116664 +0000
--- src/version.c 2022-03-02 20:49:25.996177123 +0000
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 4495,
/**/
--
hundred-and-one symptoms of being an internet addict:
145. You e-mail your boss, informing him you'll be late.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220302205043.8E7271C04EA%40moolenaar.net.