]> granicus.if.org Git - vim/commitdiff
patch 8.1.2298: missing part of 8.1.2296 v8.1.2298
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Nov 2019 15:37:31 +0000 (16:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Nov 2019 15:37:31 +0000 (16:37 +0100)
Problem:    Missing part of 8.1.2296.
Solution:   s/test/text/

src/textprop.c
src/version.c

index 914b9e098bcb319db025d5212bbf18dc44f08586..71d671d6b8c7f7f62df4657fc536a2e7839a0acd 100644 (file)
@@ -749,6 +749,7 @@ prop_type_set(typval_T *argvars, int add)
            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)
        {
index 4987b784f564daa8d1ef9980f7f58a98f9b0d04b..d763e4c60011aa8532c18621db4705bd80914250 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2298,
 /**/
     2297,
 /**/