]> granicus.if.org Git - vim/commit
patch 8.2.2741: Vim9: Partial call does not check right arguments v8.2.2741
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Apr 2021 20:12:44 +0000 (22:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Apr 2021 20:12:44 +0000 (22:12 +0200)
commit1088b69451c739c698cf4c2003c2b994458ad18b
treefb73f56746f67cdb10a6871a11b4c0dd2f9a633a
parent2a38908b05c1d3973a8edbeb5b3e05a11332faf0
patch 8.2.2741: Vim9: Partial call does not check right arguments

Problem:    Vim9: Partial call does not check right arguments.
Solution:   Adjust the offset for whether the partial is before or after the
            arguments. (closes #8091)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c