commit | 9198de3ae2bd20ac51d580c44f2b43c282c1e773 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 21:30:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 21:30:03 2022 +0100 |
tree | 5a101dfee6a8a29a9000443cdf61a2e822a9f2c5 | |
parent | aebc6ef7cdc5d4d0627a711ff66e6fe8d67f9d87 [diff] [blame] |
patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed Problem: When 'cmdheight' is zero some messages are not displayed. Solution: Use a popup notification window.
diff --git a/src/version.c b/src/version.c index bfa29ef..b517fe7 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 288, +/**/ 287, /**/ 286,