]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2652: Vim9: can use command modifier without an effect v8.2.2652
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Mar 2021 21:15:28 +0000 (22:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Mar 2021 21:15:28 +0000 (22:15 +0100)
commitfa984418e7becd8e7d6543cd3ea25f605e9ac97f
tree1e8b4185c415271d0d51f74cd56dab2ad05b7ff5
parenta91a71322dc2e6a1640e73b6da1f1a2f94f39a54
patch 8.2.2652: Vim9: can use command modifier without an effect

Problem:    Vim9: can use command modifier without an effect.
Solution:   Give an error for a misplaced command modifier.  Fix error message
            number.
src/ex_docmd.c
src/ex_eval.c
src/proto/ex_docmd.pro
src/testdir/test_vim9_builtin.vim
src/testdir/test_vim9_cmd.vim
src/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9compile.c