commit | ecdc82e74e6a7e73d9067ece1d5eac33abfde5ed | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Jul 25 19:50:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 19:50:57 2022 +0100 |
tree | 7db7b41219ac28701bfc3e9a538bb1efe431227c | |
parent | 4dc513a22c017b3061287deac74fa55f70a3214c [diff] [blame] |
patch 9.0.0071: command overlaps with printed text in scrollback Problem: Command overlaps with printed text in scrollback. Solution: Clear until end-of-line and use correct message chunk. (closes #10765, closes #10764)
diff --git a/src/version.c b/src/version.c index 83d135d..2f2d540 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 71, +/**/ 70, /**/ 69,