0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.1-114

This commit is contained in:
Bram Moolenaar
2007-09-17 19:56:01 +00:00
parent b4066a10e0
commit b91d177ecc
2 changed files with 2 additions and 1 deletions

View 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);

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
114,
/**/
113,
/**/