patch 8.2.2862: removing a text property causes the whole window to be redawn

Problem:    Removing a text property causes the whole window to be redawn.
Solution:   Use changed_lines_buf() to only redraw the affected lines.
diff --git a/src/version.c b/src/version.c
index fca2cd8..b5401e6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2862,
+/**/
     2861,
 /**/
     2860,