commit | 5017c66bd461eab46094e076ad1aa818e246ce9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 18:06:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 18:06:08 2022 +0100 |
tree | 9ec7b83602f9cb4a515dff0b36cca698125ba9b5 | |
parent | 177847e67a495f80a15b6dfd0a3fcd151b44249e [diff] [blame] |
patch 8.2.4709: after :redraw the statusline highlight might be used Problem: After :redraw the statusline highlight might be used. Solution: Clear the screen attribute after redrawing the screen. (closes #10108)
diff --git a/src/version.c b/src/version.c index a7bfece..7eec582 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4709, +/**/ 4708, /**/ 4707,