]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1805: Vim9: problem compiling object method as function call arg v9.0.1805
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 27 Aug 2023 17:23:37 +0000 (19:23 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 27 Aug 2023 17:26:16 +0000 (19:26 +0200)
commit639751d218ef423efef8e9aa0fa9abaff7122186
tree013aef8a1569c8b87f2ca79e6c6a4fc1358f1fdc
parentcd7293bf6c358bb0e183582a2927fc03566d29f6
patch 9.0.1805: Vim9: problem compiling object method as function call arg

Problem:  Vim9: problem compiling object method as function call arg
Solution: After a object/class method call, remove the object/class from
          the stack.

closes: #12081
closes: #12929

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
src/testdir/test_vim9_class.vim
src/version.c
src/vim9instr.c