summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-09-17 19:56:01 +0000
committervimboss <devnull@localhost>2007-09-17 19:56:01 +0000
commita43ae076735172d2dec4dbdcbb6f220eda5bf3d8 (patch)
treed98ed7b82363b9d5d06cfc5ddccc30f038aaa6dd
parent7ed5b9f70d44ae2a0aa3f6d99041251bbf9905ba (diff)
downloadvim-a43ae076735172d2dec4dbdcbb6f220eda5bf3d8.tar.gz
updated for version 7.1-114v7.1.114v7-1-114
-rw-r--r--src/eval.c1
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 412d31d2..e5182a9e 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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);
diff --git a/src/version.c b/src/version.c
index 5cd3d8f3..6f78aa24 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 114,
+/**/
113,
/**/
112,