]> granicus.if.org Git - vim/commit
patch 8.2.3308: Vim9: no runtime check for argument type with varargs only v8.2.3308
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Aug 2021 13:35:36 +0000 (15:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Aug 2021 13:35:36 +0000 (15:35 +0200)
commit6ce46b99635877fb0a17c06a6f5625fbc1ffa6f4
tree26d8fdc7f508a50bef742841e38976d3687e6737
parent7de62623735d228c8f81f6ac8309fe4922822cb2
patch 8.2.3308: Vim9: no runtime check for argument type with varargs only

Problem:    Vim9: no runtime check for argument type if a function only has
            varargs.
Solution:   Also check argument types if uf_va_type is set. (closes #8715)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c