]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3191: Vim9: not enough code is tested v8.2.3191
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jul 2021 20:21:59 +0000 (22:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jul 2021 20:21:59 +0000 (22:21 +0200)
commit63cb6567f0153c35dc75cbc09039ff5d0a7b60e3
tree5b9d2565e941b428a5c01288336de4448eb740c7
parente29a27f6f8eef8f00d3c2d4cd9811d81cf3026b3
patch 8.2.3191: Vim9: not enough code is tested

Problem:    Vim9: not enough code is tested.
Solution:   Use CheckLegacyAndVim9Success() in more places.  Fix uncovered
            problems.
src/testdir/test_listdict.vim
src/version.c
src/vim9compile.c
src/vim9execute.c