patch 8.2.3700: text property highlighting continues over breakindent

Problem:    Text property highlighting continues over breakindent.
Solution:   Stop before the end column. (closes #9242)
diff --git a/src/version.c b/src/version.c
index f5f13a0..c7daabc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3700,
+/**/
     3699,
 /**/
     3698,