]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2710: Vim9: not all tests cover script and :def function v8.2.2710
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Apr 2021 18:49:50 +0000 (20:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Apr 2021 18:49:50 +0000 (20:49 +0200)
commit90193e6140e5e7f1945e3e144a95697b0e16237a
tree972a396bb2bf0330c423034e7c3bb32605f407a6
parent26af8e54ff0d423b7258ef84d175c8570740629a
patch 8.2.2710: Vim9: not all tests cover script and :def function

Problem:    Vim9: not all tests cover script and :def function.
Solution:   Run tests in both if possible. Fix differences.
src/eval.c
src/testdir/test_vim9_expr.vim
src/testdir/vim9.vim
src/version.c
src/vim9compile.c
src/vim9execute.c