]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3104: Vim9: unspecified function type causes type error v8.2.3104
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 16:28:15 +0000 (18:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 16:28:15 +0000 (18:28 +0200)
commitb7480cd8931fa1696265f75c7d4d9fdf0be69e12
tree5cfa8ff369a76cfb7065eddaaca21a2c782260b5
parentf33cae605064c8bdb908a8069d936f752572cd76
patch 8.2.3104: Vim9: unspecified function type causes type error

Problem:    Vim9: unspecified function type causes type error.
Solution:   Don't check type when min_argcount is negative. (issue #8492)
src/globals.h
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9type.c