patch 8.2.4641: may mark the wrong window for redrawing

Problem:    May mark the wrong window for redrawing.
Solution:   Use redraw_win_later(). (closes #10032)
diff --git a/src/version.c b/src/version.c
index 921e701..0c1a166 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4641,
+/**/
     4640,
 /**/
     4639,