]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1154: Vim9: not able to use autoload class accross scripts v9.1.1154
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 27 Feb 2025 18:12:00 +0000 (19:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 27 Feb 2025 18:12:00 +0000 (19:12 +0100)
commite9ae35f265f4eb71f1daba319f430ca3faeaf639
treecdd4b1e0b91ba10ada24d4bb3358341a5ab06eb9
parent3d75ec7401850e8a80ae7ab5ad1b84f47bc32095
patch 9.1.1154: Vim9: not able to use autoload class accross scripts

Problem:  Vim9: not able to use autoload class accross scripts
Solution: make it work, re-enable the test (Yegappan Lakshmanan)

fixes: #15031
closes: #16748

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