]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3154: Vim9: some type checks for builtin functions fail v8.2.3154
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 11 Jul 2021 20:04:25 +0000 (22:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 20:04:25 +0000 (22:04 +0200)
commit841e498c5d1765eab17bce5242543b47dfc25b41
treebbf8cc14a7bac23c241f79660d07b18251d8ab81
parent7b7a118e74d25ff35cd277c2bb5191ae44bb20b2
patch 8.2.3154: Vim9: some type checks for builtin functions fail

Problem:    Vim9: some type checks for builtin functions fail.
Solution:   Correct the type checks. (Yegappan Lakshmanan, closes #8551,
            closes #8550)
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c