]> granicus.if.org Git - vim/commit
patch 9.0.1296: calling an object method with arguments does not work v9.0.1296
authorBram Moolenaar <Bram@vim.org>
Fri, 10 Feb 2023 15:52:25 +0000 (15:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 Feb 2023 15:52:25 +0000 (15:52 +0000)
commit094cf9f4d588b1c29f4e35c4ccbf8505510569fb
tree27fcdc38750a9f3bda0c420ac82fa1ca89e7d950
parent6c41bedeed2a1f98fb9c55ff85634138782ad92a
patch 9.0.1296: calling an object method with arguments does not work

Problem:    Calling an object method with arguments does not work. (Ernie
            Rael)
Solution:   Take the argument count into account when looking up the object.
            (closes #11911)
src/testdir/test_vim9_class.vim
src/version.c
src/vim9execute.c