]> granicus.if.org Git - vim/commit
patch 8.2.0595: Vim9: not all commands using ends_excmd() tested v8.2.0595
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Apr 2020 17:53:28 +0000 (19:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Apr 2020 17:53:28 +0000 (19:53 +0200)
commita26b9700d73ebccd6c5459d0d66032a4249f6b72
tree2b7c7a0dfe64a8c707f36ce107dab9660adca200
parentb6fb0516ec862a18fdffe06c9400d507a7193835
patch 8.2.0595: Vim9: not all commands using ends_excmd() tested

Problem:    Vim9: not all commands using ends_excmd() tested.
Solution:   Find # comment after regular commands. Add more tests.  Report
            error for where it was caused.
src/evalfunc.c
src/ex_docmd.c
src/proto/userfunc.pro
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_script.vim
src/usercmd.c
src/userfunc.c
src/version.c
src/vim9compile.c
src/vim9execute.c