]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3948: Vim9: failure with partial with unknown argument count v8.2.3948
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 13:59:20 +0000 (13:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 13:59:20 +0000 (13:59 +0000)
commitcfe3af284a26178f4838df7c7489b2a1edd4c3a1
tree6650f1f40bad17a44bc067038a076d25ba1f9440
parentf38aad85cf8e4e930c96cb843bc136949c8dbd29
patch 8.2.3948: Vim9: failure with partial with unknown argument count

Problem:    Vim9: failure with partial with unknown argument count.
Solution:   Do not copy argument types if there aren't any.
src/version.c
src/vim9type.c