]> granicus.if.org Git - vim/commit
patch 8.2.0823: Vim9: script reload test is disabled v8.2.0823
authorBram Moolenaar <Bram@vim.org>
Mon, 25 May 2020 20:36:50 +0000 (22:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 May 2020 20:36:50 +0000 (22:36 +0200)
commit25e0f5863e9010a75a1ff0d04e8f886403968755
treebcb0891919dbc85578b8483487f2ef89ede0f93c
parent2eec37926db6d31beb36f162ac00357a30c093c8
patch 8.2.0823: Vim9: script reload test is disabled

Problem:    Vim9: script reload test is disabled.
Solution:   Compile a function in the context of the script where it was
            defined.  Set execution stack for compiled function.  Add a test
            that an error is reported for the right file/function.
src/ex_docmd.c
src/ex_eval.c
src/globals.h
src/proto/scriptfile.pro
src/scriptfile.c
src/structs.h
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c
src/vim9compile.c
src/vim9execute.c