commit | aeef1f7f6d8f6d4e84ffc9a24874f10403e4ddcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 12:20:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 12:20:18 2022 +0100 |
tree | ee79e32e2a5810a925e4184c05a15c2255a4bfa3 | |
parent | d3922afbd6f56e82c7b5fd7a7ebc0769e416cae8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6431957..82a21df 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 468, +/**/ 467, /**/ 466,