1
0
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:
Bram Moolenaar
2022-09-15 12:20:18 +01:00
parent d3922afbd6
commit aeef1f7f6d
2 changed files with 5 additions and 0 deletions

View File

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