]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3215: Vim9: argument types are not checked at compile time v8.2.3215
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 24 Jul 2021 19:33:26 +0000 (21:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jul 2021 19:33:26 +0000 (21:33 +0200)
commit5bca906b307728fa74a112914dc55b424d512d39
tree46c144eecea8b23bf66138a46029afa6f275bf85
parent7d60384a00755e5c0112cebeb5e232fc133c9eca
patch 8.2.3215: Vim9: argument types are not checked at compile time

Problem:    Vim9: argument types are not checked at compile time.
Solution:   Add several more type checks. Sort the argument lists.
            (Yegappan Lakshmanan, closes #8626)
src/change.c
src/evalfunc.c
src/filepath.c
src/sound.c
src/testdir/test_gui.vim
src/testdir/test_vim9_builtin.vim
src/testing.c
src/version.c