comparison src/version.c @ 29702:c43738957bee v9.0.0191

patch 9.0.0191: messages test fails; window size incorrect Commit: https://github.com/vim/vim/commit/d4cf9fc53e0b1d36e84d28ecd5595a6f102f325e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 11 14:13:37 2022 +0100 patch 9.0.0191: messages test fails; window size incorrect Problem: Messages test fails; window size incorrect when 'cmdheight' is made smaller. Solution: Properly cleanup after test with cmdheight zero. Resize windows correctly when 'cmdheight' gets smaller.
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Aug 2022 15:15:03 +0200
parents cc0f638f5f6b
children 5b3a88601317
comparison
equal deleted inserted replaced
29701:fb297eb5987b 29702:c43738957bee
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 191,
738 /**/ 740 /**/
739 190, 741 190,
740 /**/ 742 /**/
741 189, 743 189,
742 /**/ 744 /**/