To: vim_dev@googlegroups.com Subject: Patch 8.2.4495 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///