]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1105: Vim9: no support for protected new() method v9.1.1105
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 11 Feb 2025 21:07:05 +0000 (22:07 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 11 Feb 2025 21:07:05 +0000 (22:07 +0100)
commit7e89800988e44b0ef2d89c69ddb5360d85c03a67
tree37af398b0736468e0bc4d53cc944751b49f7eed7
parentf0ed0e6f6304d2eb6f43866126912c139778257d
patch 9.1.1105: Vim9: no support for protected new() method

Problem:  Vim9: no support for protected new() method
Solution: support the protected "_new()" object method
          (Yegappan Lakshmanan)

closes: #16604

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