comparison src/version.c @ 29976:b6b71499d9af v9.0.0326

patch 9.0.0326: some changes for cmdheight=0 are not needed Commit: https://github.com/vim/vim/commit/0e412be00f8290e0575c7f72ec080725631eff38 Author: Shougo Matsushita <Shougo.Matsu@gmail.com> Date: Tue Aug 30 11:54:21 2022 +0100 patch 9.0.0326: some changes for cmdheight=0 are not needed Problem: Some changes for cmdheight=0 are not needed. Solution: Revert resize behavior if height is greater than the available space. (Shougo Matsushita, closes #11008)
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Aug 2022 13:00:05 +0200
parents aafac1ae89c7
children 34151eb6ae25
comparison
equal deleted inserted replaced
29975:5f4b418b34a9 29976:b6b71499d9af
705 NULL 705 NULL
706 }; 706 };
707 707
708 static int included_patches[] = 708 static int included_patches[] =
709 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 326,
710 /**/ 712 /**/
711 325, 713 325,
712 /**/ 714 /**/
713 324, 715 324,
714 /**/ 716 /**/