]> granicus.if.org Git - vim/commit
patch 8.2.1865: Vim9: add() does not check type of argument v8.2.1865
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 17:02:42 +0000 (19:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 17:02:42 +0000 (19:02 +0200)
commit1dcae59957301b6b19aef49af648715f911a1378
treea4d330ebc6eebc410e845a421844950c2f38d84f
parent334a8b4bde55e1095533f70616ac1e6ec337c62c
patch 8.2.1865: Vim9: add() does not check type of argument

Problem:    Vim9: add() does not check type of argument.
Solution:   Inline the add() call. (closes #7160)
src/errors.h
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_func.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c