]> granicus.if.org Git - vim/commit
patch 8.2.3173: Vim9: argument types are not checked at compile time v8.2.3173
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 17 Jul 2021 17:11:07 +0000 (19:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Jul 2021 17:11:07 +0000 (19:11 +0200)
commita9a7c0c602b231dc37c4b0f62ade0421c84fca03
treea7e6e2dcad98c9dd2244cf9c368360b71abf61a6
parent20c370d9f2ee89cb854054edf71f5004f6efff77
patch 8.2.3173: 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 #8581)
src/diff.c
src/errors.h
src/evalfunc.c
src/globals.h
src/job.c
src/proto/typval.pro
src/strings.c
src/terminal.c
src/testdir/test_vim9_builtin.vim
src/typval.c
src/version.c