]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1703: Vim9 Calling a method in an extended class fails v9.0.1703
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 13 Aug 2023 15:41:26 +0000 (17:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Aug 2023 15:41:26 +0000 (17:41 +0200)
commit74cc13cc402fa4df9033fbbc0643b1b403525950
tree6279dd556d707178dd262e248ca17711ac25a5c6
parent9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4
patch 9.0.1703: Vim9 Calling a method in an extended class fails

Problem: Vim9 Calling a method in an extended class fails
Solution: use method index directly

closes: #12778

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/vim9class.c