]> granicus.if.org Git - vim/commit
patch 8.2.3194: Vim9: argument types are not checked at compile time v8.2.3194
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 21 Jul 2021 17:09:09 +0000 (19:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Jul 2021 17:09:09 +0000 (19:09 +0200)
commitcd9172077bc8c0aafddf2e5367cc0ae2c00c8ff7
treed460cabb1f58286f763089e7a9552be6c21059f3
parent189663bdac1156237c49925f77bd197c1bdea12c
patch 8.2.3194: 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, simplify some. (Yegappan
            Lakshmanan, closes #8598)
src/diff.c
src/evalbuffer.c
src/evalfunc.c
src/job.c
src/proto/typval.pro
src/sign.c
src/terminal.c
src/testdir/test_vim9_builtin.vim
src/typval.c
src/version.c