mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-173
This commit is contained in:
parent
4632d298ad
commit
f278987c97
@ -3184,9 +3184,18 @@ ex_call(eap)
|
|||||||
failed = TRUE;
|
failed = TRUE;
|
||||||
break;
|
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);
|
clear_tv(&rettv);
|
||||||
if (doesrange || eap->skip)
|
if (doesrange || eap->skip)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Stop when immediately aborting on error, or when an interrupt
|
/* Stop when immediately aborting on error, or when an interrupt
|
||||||
* occurred or an exception was thrown but not caught.
|
* occurred or an exception was thrown but not caught.
|
||||||
* get_func_tv() returned OK, so that the check for trailing
|
* get_func_tv() returned OK, so that the check for trailing
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
173,
|
||||||
/**/
|
/**/
|
||||||
172,
|
172,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user