]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3945: Vim9: partial variable argument types are wrong v8.2.3945
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 13:29:00 +0000 (13:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 13:29:00 +0000 (13:29 +0000)
commit13789bf10338a0d049c78acfdc0870fc63e63f4f
treeb2d619123d4f75d81a05864b9167b832a485d847
parent5d2e007ccbfbd749a1f201d06965b8811ff50e6e
patch 8.2.3945: Vim9: partial variable argument types are wrong

Problem:    Vim9: partial variable argument types are wrong, leading to a
            crash.
Solution:   When adjusting the argument count also adjust the argument types.
            (closes #9433)
src/testdir/test_vim9_assign.vim
src/userfunc.c
src/version.c
src/vim9type.c