commit | 9b8d62267f583d5dc042920adb1de046959ad11d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 18:26:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 18:26:00 2020 +0100 |
tree | 8a2c9ab0af5fee27b1acfb6b707045d2b4bf898f | |
parent | ed1e4c9a70aaa7de56bac23e75a846e874a32a56 [diff] [blame] |
patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature Problem: Vim9: cannot load a Vim9 script without the +eval feature. Solution: Support Vim9 script syntax without the +eval feature.
diff --git a/src/version.c b/src/version.c index 89e6afc..04a0f13 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2238, +/**/ 2237, /**/ 2236,