]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1140: cannot call an object method in a compiled function v9.0.1140
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Jan 2023 19:08:50 +0000 (19:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Jan 2023 19:08:50 +0000 (19:08 +0000)
commit574950dfb1d353f094463b709e39544ebf8fcdcd
tree373b4e15d3a41dc6641a33ffb1de2282d2743392
parent46ab925937d04c208d905cfb50bd8ffcae11e466
patch 9.0.1140: cannot call an object method in a compiled function

Problem:    Cannot call an object method in a compiled function.
Solution:   Compile the instructins to invoke an object method.
src/structs.h
src/testdir/test_vim9_class.vim
src/version.c
src/vim9compile.c
src/vim9execute.c
src/vim9expr.c
src/vim9script.c