commit | 838b746cce7ea863acdb81e3f44eec2ea90de92a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 15:19:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 15:19:56 2022 +0100 |
tree | 666feb45d3cbb40f9591a101bddc26032ca484e0 | |
parent | 4569020538f76cab588f723bd7243e3896937568 [diff] [blame] |
patch 9.0.0592: display not cleared when scrolling back in messages Problem: Display not cleared when scrolling back in messages, a background color is set and t_ut is empty. Solution: Clear to the end of the display if needed. (closes #8973)
diff --git a/src/version.c b/src/version.c index d17276b..ab4cea3 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 592, +/**/ 591, /**/ 590,