patch 8.1.2298: missing part of 8.1.2296

Problem:    Missing part of 8.1.2296.
Solution:   s/test/text/
diff --git a/src/textprop.c b/src/textprop.c
index 914b9e0..71d671d 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -749,6 +749,7 @@
 	    return;
 	STRCPY(prop->pt_name, name);
 	prop->pt_id = ++proptype_id;
+	prop->pt_flags = PT_FLAG_COMBINE;
 	htp = buf == NULL ? &global_proptypes : &buf->b_proptypes;
 	if (*htp == NULL)
 	{