]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0909: Vim9: crash when calling instance method v9.1.0909
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 6 Dec 2024 17:35:12 +0000 (18:35 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 6 Dec 2024 17:35:12 +0000 (18:35 +0100)
commit481992cea9cdb4855db7807e710a5306a124290b
tree356d2c9a1af7530b0e86467ab1a414c11263aa1b
parent51d4d84d6a7159c6ce9e04b36f8edc105ca3794b
patch 9.1.0909: Vim9: crash when calling instance method

Problem:  Vim9: crash when calling instance method
          (Igbanam Ogbuluijah)
Solution: Pass the object when calling a partial function
          (Yegappan Lakshmanan)

fixes: #16166
closes: #16180

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