commit | f2fb54f641aa0e8a64356e4d0053f89b52c78229 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 20:58:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 20:58:51 2022 +0100 |
tree | d8086b698685dfb299ee0fd76dbd8e6820685eee | |
parent | 533c306921a3ac46ab92f35dfc4ebd22b3da845d [diff] [blame] |
patch 9.0.0306: buffer write message is two lines in message popup window Problem: Buffer write message is two lines in message popup window. Solution: Overwrite message if "msg_scroll" is off.
diff --git a/src/version.c b/src/version.c index e865eb5..b69b74a 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 306, +/**/ 305, /**/ 304,