]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0528: Vim9: function arguments insufficiently tested v8.2.0528
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Apr 2020 20:05:08 +0000 (22:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Apr 2020 20:05:08 +0000 (22:05 +0200)
commit0b76b42d0a09fb6f1ed79cfc153da4edd6154c89
tree7a0391c64b3acc7bed6873aebe36afe54455a1ec
parentec5929d0fe7e90f953fa5b019486c0c4e5826d92
patch 8.2.0528: Vim9: function arguments insufficiently tested

Problem:    Vim9: function arguments insufficiently tested.
Solution:   Check types.  Add more tests.  Fix function with varargs only.
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c
src/vim9compile.c