]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature v8.2.2238
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2020 17:26:00 +0000 (18:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2020 17:26:00 +0000 (18:26 +0100)
commit9b8d62267f583d5dc042920adb1de046959ad11d
tree8a2c9ab0af5fee27b1acfb6b707045d2b4bf898f
parented1e4c9a70aaa7de56bac23e75a846e874a32a56
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.
13 files changed:
src/autocmd.c
src/buffer.c
src/errors.h
src/ex_docmd.c
src/globals.h
src/main.c
src/menu.c
src/proto.h
src/scriptfile.c
src/structs.h
src/usercmd.c
src/version.c
src/vim9script.c