]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0492: Vim9: some error messages not tested v8.2.0492
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Apr 2020 19:17:24 +0000 (21:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Apr 2020 19:17:24 +0000 (21:17 +0200)
commita8c1770469504ae66c80bbdb03b6b31641215848
treea6c53a90155448bc8c749728658345408b7ff472
parent2da0f0c445da3c9b35b2a0cd595d10e81ad2a6f9
patch 8.2.0492: Vim9: some error messages not tested

Problem:    Vim9: some error messages not tested.
Solution:   Add more tests.  Remove dead code.  Fix uncovered bugs.
src/testdir/test_vim9_expr.vim
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c
src/vim9execute.c