]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1111: Vim9: variable not found in transitive import v9.1.1111
authorHirohito Higashi <h.east.727@gmail.com>
Thu, 13 Feb 2025 20:04:07 +0000 (21:04 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 13 Feb 2025 20:04:07 +0000 (21:04 +0100)
commitbf7c88d852204c36d89da1b803c72339fbd7b5fc
tree398208d1abe604df2f3d68b56acab4409354632d
parente70587dbdbb1aba2c3f92490b8f870361d4a4177
patch 9.1.1111: Vim9: variable not found in transitive import

Problem:  Vim9: variable not found in transitive import
          (lifepillar)
Solution: fix import and class extends (Hirohito Higashi)

fixes: #16379
related: #16440
closes: #16602

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/proto/vim9compile.pro
src/proto/vim9expr.pro
src/testdir/test_vim9_import.vim
src/version.c
src/vim9compile.c
src/vim9expr.c