]> granicus.if.org Git - vim/commit
patch 8.2.4384: Vim9: error message not tested, some code not tested v8.2.4384
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 21:19:04 +0000 (21:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 21:19:04 +0000 (21:19 +0000)
commitbc510064027da8024d59460c9c816aea4ffac096
tree5054f5b794010b839bfec74808b369a726709f57
parent7a3b802bab5add34baae37ec2c1ae7ad2f1693bd
patch 8.2.4384: Vim9: error message not tested, some code not tested

Problem:    Vim9: error message not tested, some code not tested.
Solution:   Add a couple of test cases.  Give an error for a command modifier
            without a command.
src/errors.h
src/ex_docmd.c
src/testdir/test_vim9_assign.vim
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c