]> granicus.if.org Git - vim/commit
patch 8.2.0322: Vim9: error checks not tested v8.2.0322
authorBram Moolenaar <Bram@vim.org>
Wed, 26 Feb 2020 19:15:18 +0000 (20:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Feb 2020 19:15:18 +0000 (20:15 +0100)
commitb35efa5ed040162f5c988c71dfc1159045e47585
treedf4c2a1b3c97337afd1351672c27c0759c3d5bbb
parentad39c094d261109a695aba2c4f19fe336736cc55
patch 8.2.0322: Vim9: error checks not tested

Problem:    Vim9: error checks not tested.
Solution:   Add more test cases.  Avoid error for function loaded later.
src/evalvars.c
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c