]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2942: Vim9: error when calling function with too few arguments v8.2.2942
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Jun 2021 16:15:09 +0000 (18:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Jun 2021 16:15:09 +0000 (18:15 +0200)
commit8da6d6db340069b3307e6bce3cdd40441197efce
treef52aca5f60babf5e0ebf4ff4b47f78322cf6d94e
parentb288ba9f1dd29ba34f236e3099f779d5ab130227
patch 8.2.2942: Vim9: error when calling function with too few arguments

Problem:    Vim9: internal error when calling function with too few arguments
Solution:   Check for argument count to be too few. (closes #8325)
src/errors.h
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9execute.c