commit | a2a8973e51a0052bb52e43a2b22e7ecdecc32003 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 14:46:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 14:46:18 2022 +0100 |
tree | 42700a5eab4930539b87591ad903f7271b527fc3 | |
parent | a63ad78ed31e36dbdf3a9cd28071dcdbefce7d19 [diff] [blame] |
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble Problem: The 'cmdheight' zero support causes too much trouble. Solution: Revert support for 'cmdheight' being zero.
diff --git a/src/version.c b/src/version.c index 354a2e4..d886882 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 340, +/**/ 339, /**/ 338,