]> granicus.if.org Git - vim/commit
patch 8.2.3148: Vim9: function arg type check does not handle base offset v8.2.3148
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 16:23:19 +0000 (18:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 16:23:19 +0000 (18:23 +0200)
commit5231224e11bf468f5366a7400414368908c40795
treec0b97d2bf8e306ff58c9eb103fa91f67c16cf916
parent648594eaf703fe9a862cb12a35702a10aff6e5a9
patch 8.2.3148: Vim9: function arg type check does not handle base offset

Problem:    Vim9: function arg type check does not handle base offset.
Solution:   Take the base offset into account when checking builtin function
            argument types.
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c