]> granicus.if.org Git - vim/commit
patch 8.2.3162: Vim9: argument types are not checked at compile time v8.2.3162
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 15 Jul 2021 10:49:58 +0000 (12:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Jul 2021 10:49:58 +0000 (12:49 +0200)
commit1a71d31bf34b0b2b08517903826004ec6fd440e5
tree05f54a00199737fe81fdf49e9ea72c09dba483d9
parentc816a2c22667108fcd61f445de2c926f78ff9fa7
patch 8.2.3162: Vim9: argument types are not checked at compile time

Problem:    Vim9: argument types are not checked at compile time.
Solution:   Add more type checks. (Yegappan Lakshmanan, closes #8560)
22 files changed:
runtime/doc/channel.txt
src/clientserver.c
src/cmdhist.c
src/errors.h
src/evalfunc.c
src/evalwindow.c
src/filepath.c
src/globals.h
src/popupwin.c
src/proto/typval.pro
src/sign.c
src/strings.c
src/terminal.c
src/testdir/test_normal.vim
src/testdir/test_reltime.vim
src/testdir/test_vim9_builtin.vim
src/testdir/test_vim9_expr.vim
src/testing.c
src/textprop.c
src/time.c
src/typval.c
src/version.c