]> granicus.if.org Git - vim/commit
patch 8.2.0502: Vim9: some code is not tested v8.2.0502
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Apr 2020 19:13:25 +0000 (21:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Apr 2020 19:13:25 +0000 (21:13 +0200)
commite8c4abbbd711af8fd3ed85ea69e9ac3d63a0d879
tree0101dc0b69343972a82db39af16612334fbc0a8d
parent2c869deeb7658b6b02e525ff9412fc4a0c968688
patch 8.2.0502: Vim9: some code is not tested

Problem:    Vim9: some code is not tested.
Solution:   Add more tests.  Fix uncovered problems.
16 files changed:
src/cmdexpand.c
src/ex_cmds.c
src/ex_docmd.c
src/ex_eval.c
src/ex_getln.c
src/highlight.c
src/proto/regexp.pro
src/regexp.c
src/search.c
src/syntax.c
src/tag.c
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c
src/vim9compile.c