diff src/version.c @ 26544:30abd8e55ee5 v8.2.3801

patch 8.2.3801: if a terminal shows in two windows, only one is redrawn Commit: https://github.com/vim/vim/commit/3194e5bf87f8e08f519b947a03c46677616cd7e3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 13 21:59:09 2021 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 23:00:03 +0100
parents b74e4c3618f8
children d9aac1eaf9a3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3801,
+/**/
     3800,
 /**/
     3799,