]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3415: Vim9: not all function argument types are properly checked v8.2.3415
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 8 Sep 2021 12:57:42 +0000 (14:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Sep 2021 12:57:42 +0000 (14:57 +0200)
commitfc3b775055c2361e507a1a44008d5a7d37eecf14
tree13683ebfabf7a13db8be1f97ddecab7d4b4e4899
parent80c88eac5a81dd9f1a96fc80cb8aab6c84fe7b86
patch 8.2.3415: Vim9: not all function argument types are properly checked

Problem:    Vim9: Not all function argument types are properly checked.
Solution:   Add and improve argument type checks. (Yegappan Lakshmanan,
            closes #8839)
src/channel.c
src/digraph.c
src/evalfunc.c
src/terminal.c
src/testdir/test_digraph.vim
src/testdir/test_vim9_builtin.vim
src/version.c