commit | 0e412be00f8290e0575c7f72ec080725631eff38 | [log] [tgz] |
---|---|---|
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | Tue Aug 30 11:54:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 11:54:21 2022 +0100 |
tree | 63a4128bfa987d94d3c9a765b852562a7a0574f4 | |
parent | 816736bcc74ddd058f68d565d9e2b2fca153c33a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5e1d931..505fe4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 326, +/**/ 325, /**/ 324,