commit | 3194e5bf87f8e08f519b947a03c46677616cd7e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 21:59:09 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 21:59:09 2021 +0000 |
tree | 6d90217b81ec8a60b93249d26a09d25b9bed4cd0 | |
parent | 6840a0ffe8d27a8773a500ba17550cdf2ad12cbc [diff] [blame] |
patch 8.2.3801: if a terminal shows in two windows, only one is redrawn Problem: If a terminal shows in two windows, only one is redrawn. Solution: Reset the dirty row range only after redrawing all windows. (closes #9341)
diff --git a/src/version.c b/src/version.c index c39adda..8f0b954 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3801, +/**/ 3800, /**/ 3799,