]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0467: Vim9: some errors are not tested v8.2.0467
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Mar 2020 18:41:33 +0000 (19:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Mar 2020 18:41:33 +0000 (19:41 +0100)
commit33fa29cf74ea314f89cfa58ec9ffc2d6781a59d4
treed0efad2d8d614a0e63505c62a3b18e5b91f5589d
parent09c569038c42dcbdaa5c9b35fc9d1afbe5072cb4
patch 8.2.0467: Vim9: some errors are not tested

Problem:    Vim9: some errors are not tested
Solution:   Add more tests.  Fix that Vim9 script flag is not reset.
src/dict.c
src/scriptfile.c
src/testdir/test_vim9_expr.vim
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c