commit | 6747cf1671bd41cddee77c65b3f9a70509f968db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 19:10:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 19:10:06 2022 +0100 |
tree | d0d033e5b99251dfd408f8d0463727191b0e370a | |
parent | f39cfb72629f3e7fefaf578a3faa2619cd0654f8 [diff] [blame] |
patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a window Problem: When 'cmdheight' is zero pressing ':' may scroll a window. Solution: Add the made_cmdheight_nonzero flag and set 'scrolloff' to zero.
diff --git a/src/version.c b/src/version.c index ccfc048..796b88f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 115, +/**/ 114, /**/ 113,