patch 8.2.2863: removing a text property does not redraw optimally

Problem:    Removing a text property does not redraw optimally.
Solution:   Only redraw the lines that mithg actually have been changed.
diff --git a/src/version.c b/src/version.c
index b5401e6..cf5208f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2863,
+/**/
     2862,
 /**/
     2861,