]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3105: Vim9: type of partial is wrong when it has arguments v8.2.3105
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 18:20:52 +0000 (20:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 18:20:52 +0000 (20:20 +0200)
commit97f227d9c9351f12138d923ffdf9232dc5520bef
tree54c433f7400230e17cb1bc121e1ce85d0e362a21
parentb7480cd8931fa1696265f75c7d4d9fdf0be69e12
patch 8.2.3105: Vim9: type of partial is wrong when it has arguments

Problem:    Vim9: type of partial is wrong when it has arguments.
Solution:   Subtract arguments from the count. (issue #8492)
src/testdir/test_vim9_assign.vim
src/userfunc.c
src/version.c
src/vim9type.c