]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4408: Vim9: some code not covered by tests v8.2.4408
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Feb 2022 14:42:02 +0000 (14:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Feb 2022 14:42:02 +0000 (14:42 +0000)
commitea5c898b5fb60828b0223f258910f84f5c645e63
treed8df35556cad1d7b84116c33a3dafa8bb521a560
parente08be09a08485e8c919f46c05223c1ccfdaf175d
patch 8.2.4408: Vim9: some code not covered by tests

Problem:    Vim9: some code not covered by tests.
Solution:   Add a few more tests.  Correct error message.  Allow unlet on dict
            with a number key.
src/errors.h
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9execute.c