]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3023: Vim9: arguments for execute() not checked at compile time v8.2.3023
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Jun 2021 12:41:01 +0000 (14:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Jun 2021 12:41:01 +0000 (14:41 +0200)
commitca81f0e834640cf3465b3b742e60c12e8a0956f2
tree7c2b244badcd480fb6e699a72e4e72f784feacb2
parentf573c6e1ed58d46d694c802eaf5ae3662a952744
patch 8.2.3023: Vim9: arguments for execute() not checked at compile time

Problem:    Vim9: arguments for execute() not checked at compile time.
Solution:   Add a function to check the argument types.
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c