]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-114 v7.1.114
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Sep 2007 19:56:01 +0000 (19:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Sep 2007 19:56:01 +0000 (19:56 +0000)
src/eval.c
src/version.c

index 412d31d21405165410ed08d2b620968569eb457f..e5182a9e6ebfc5f3d715ebf3b38e8905e40c26fb 100644 (file)
@@ -10351,7 +10351,6 @@ f_getmatches(argvars, rettv)
            dict = dict_alloc();
            if (dict == NULL)
                return;
-           ++dict->dv_refcount;
            dict_add_nr_str(dict, "group", 0L, syn_id2name(cur->hlg_id));
            dict_add_nr_str(dict, "pattern", 0L, cur->pattern);
            dict_add_nr_str(dict, "priority", (long)cur->priority, NULL);
index 5cd3d8f3029c1a93c7399e4763ab29d1f755d11e..6f78aa24253ecb8dbfe1978eff79fc4f71e79781 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    114,
 /**/
     113,
 /**/