commit | f797e309caff48f7a56c73b16e62ff67c4dcbdd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 13:17:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 11 13:17:30 2022 +0100 |
tree | fea4b3c7e732530173cdfb9086aeeda32bc6c466 | |
parent | 87f3a2ca3d0ffbfa7389bbb89add4d8d3fca6fbb [diff] [blame] |
patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistent Problem: The way 'cmdheight' can be made zero is inconsistent. Solution: Only make 'cmdheight' zero when setting it explicitly, not when resizing windows. (closes #10890)
diff --git a/src/version.c b/src/version.c index 03a8091..a9887fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 190, +/**/ 189, /**/ 188,