0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.1-042

This commit is contained in:
Bram Moolenaar
2007-07-27 19:33:14 +00:00
parent bf96fb4234
commit 2240aeb4cb
2 changed files with 7 additions and 3 deletions

View File

@@ -12526,9 +12526,11 @@ f_matchadd(argvars, rettv)
if (grp == NULL || pat == NULL)
return;
if (argvars[2].v_type != VAR_UNKNOWN)
{
prio = get_tv_number_chk(&argvars[2], &error);
if (argvars[3].v_type != VAR_UNKNOWN)
id = get_tv_number_chk(&argvars[3], &error);
}
if (error == TRUE)
return;
if (id >= 1 && id <= 3)

View File

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