]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2362: Vim9: check of builtin function argument type is incomplete v8.2.2362
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2021 15:07:01 +0000 (16:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2021 15:07:01 +0000 (16:07 +0100)
commit351ead09dd365ebdee2bfa27ab22542d4920c779
tree9db487e9482e7c44f4e2fd817c7f187b636ec9cf
parent7c886db915035bc064ca307f02c34ae9d99cc733
patch 8.2.2362: Vim9: check of builtin function argument type is incomplete

Problem:    Vim9: check of builtin function argument type is incomplete.
Solution:   Use need_type() instead of check_arg_type().
src/evalfunc.c
src/proto/evalfunc.pro
src/proto/vim9compile.pro
src/proto/vim9type.pro
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c
src/vim9type.c