]> granicus.if.org Git - vim/commit
patch 8.2.3211: Vim9: argument types are not checked at compile time v8.2.3211
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 24 Jul 2021 14:16:15 +0000 (16:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jul 2021 14:16:15 +0000 (16:16 +0200)
commit7973de35ba6840b7e106e2e8a8912522e9a2a960
tree8e8a1848f52a82af0a31111a0846c319a9544dd7
parentdd0b287c1ec8314034a2dbb14c4267994c47520c
patch 8.2.3211: 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. Fix type check for matchaddpos().
            (Yegappan Lakshmanan, closes #8619)
src/channel.c
src/evalfunc.c
src/evalvars.c
src/if_cscope.c
src/job.c
src/proto/typval.pro
src/testdir/test_vim9_builtin.vim
src/time.c
src/typval.c
src/version.c