forked from aniani/vim
patch 9.0.0468: exectution stack underflow without the +eval feature
Problem: Exectution stack underflow without the +eval feature. (Dominique Pellé) Solution: Add to execution stack without FEAT_EVAL. (closes #11135)
This commit is contained in:
@@ -1639,6 +1639,9 @@ do_source_ext(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
#else
|
||||||
|
// Keep the sourcing name/lnum, for recursive calls.
|
||||||
|
estack_push(ETYPE_SCRIPT, fname_exp, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cookie.conv.vc_type = CONV_NONE; // no conversion
|
cookie.conv.vc_type = CONV_NONE; // no conversion
|
||||||
|
@@ -703,6 +703,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 */
|
||||||
|
/**/
|
||||||
|
468,
|
||||||
/**/
|
/**/
|
||||||
467,
|
467,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user