]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3334: Vim9: not enough tests run with Vim9 v8.2.3334
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Aug 2021 15:06:05 +0000 (17:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Aug 2021 15:06:05 +0000 (17:06 +0200)
commitbd77aa92744d79f3ba69aee713739ec17da474f6
treeffe1f2f98398d9be1ba2e05e0f57e72cd5c5ad55
parent3e9c0b9608736e7d888f3141443f8754143364d7
patch 8.2.3334: Vim9: not enough tests run with Vim9

Problem:    Vim9: not enough tests run with Vim9.
Solution:   Run a few more tests in Vim9 script and :def function. Fix
            islocked().  Fix error for locking local variable.
src/evalfunc.c
src/testdir/test_listdict.vim
src/version.c
src/vim9compile.c