]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3107: Vim9: error for arguments while type didn't specify arguments v8.2.3107
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 21:29:30 +0000 (23:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 21:29:30 +0000 (23:29 +0200)
commit22f85d04594e1a09936227ef62955a7939d584b4
tree3d95ed6c18fa926567f3176551e8b2cedfe5d3fe
parent6977dba04b68b91410585ada65079651788ca7dc
patch 8.2.3107: Vim9: error for arguments while type didn't specify arguments

Problem:    Vim9: error for arguments while type didn't specify arguments.
Solution:   Do not update that type to check when no argument count is
            specified. (closes #8492)
src/testdir/test_vim9_assign.vim
src/userfunc.c
src/version.c