]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2161: Vim9: not able to use imported interfaces and classes v9.0.2161
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 14 Dec 2023 18:59:45 +0000 (19:59 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 14 Dec 2023 18:59:45 +0000 (19:59 +0100)
commitd2e1c83962d4b392d1876d341c739d204553d01b
tree221708c71d8501b4e8850eed019b30d0a996955b
parent7349c5160ab63d0737050a6b4da3e407ab0cfeb0
patch 9.0.2161: Vim9: not able to use imported interfaces and classes

Problem:  Vim9: not able to use imported interfaces and classes
Solution: Detect imported class/interfaces names correclty

fixes:  #13661
closes: #13685

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