]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4395: some code lines not covered by tests v8.2.4395
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Feb 2022 21:17:56 +0000 (21:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Feb 2022 21:17:56 +0000 (21:17 +0000)
commit8b716f5f2204f938769de283d43bcb2f77d403e7
treeb6e02ebcc3d6b23646b037e9b145b1aa147be8b1
parent9fdde7992ab4c21517f447ca3d651b9ff4a770e8
patch 8.2.4395: some code lines not covered by tests

Problem:    Some code lines not covered by tests.
Solution:   Add a few more test cases.  Fix getting more than one error for
            invalid assignment.
src/errors.h
src/evalvars.c
src/testdir/test_vim9_assign.vim
src/testdir/test_vim9_cmd.vim
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c