]> granicus.if.org Git - vim/commit
patch 8.2.3894: Vim9: no proper type check for first argument of call() v8.2.3894
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Dec 2021 19:29:21 +0000 (19:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Dec 2021 19:29:21 +0000 (19:29 +0000)
commit223d0a6bc8dc68039ceb6660de9576fafe178d73
tree0f9028c48b6ba36d5a093ac91bbe99ccc080a075
parent5cd647935d0834b3064aa36384b8f6730fadadd6
patch 8.2.3894: Vim9: no proper type check for first argument of call()

Problem:    Vim9: no proper type check for first argument of call().
Solution:   Add specific type check.
src/errors.h
src/evalfunc.c
src/proto/typval.pro
src/testdir/test_vim9_builtin.vim
src/typval.c
src/version.c