]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1012: Vim9: class interface inheritance not correctly working v9.1.1012
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 13 Jan 2025 06:30:11 +0000 (07:30 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 13 Jan 2025 06:30:11 +0000 (07:30 +0100)
commit8e92db4ea22f010d402df9d34071022a4aa8cef5
treebe2998a00834e47483c2ca2ed45e0ed25b6d29bc
parent3a0cc36c69744a7727ce34311d39d2d9d8ddc6f9
patch 9.1.1012: Vim9: class interface inheritance not correctly working

Problem:  Vim9: class interface inheritance not correctly working
Solution: make the class inherit the interfaces of the super class

fixes: #16395
closes: #16412

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