updated for version 7.0-173

This commit is contained in:
vimboss
2006-11-28 19:54:04 +00:00
parent 8702b475c2
commit 7fb053dfad
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -3184,9 +3184,18 @@ ex_call(eap)
failed = TRUE;
break;
}
/* Handle a function returning a Funcref, Dictionary or List. */
if (handle_subscript(&arg, &rettv, !eap->skip, TRUE) == FAIL)
{
failed = TRUE;
break;
}
clear_tv(&rettv);
if (doesrange || eap->skip)
break;
/* Stop when immediately aborting on error, or when an interrupt
* occurred or an exception was thrown but not caught.
* get_func_tv() returned OK, so that the check for trailing
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
173,
/**/
172,
/**/