]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1040: Vim9: imported type cannot be used as func return type v9.1.1040
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 20 Jan 2025 20:09:13 +0000 (21:09 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 20 Jan 2025 20:20:56 +0000 (21:20 +0100)
commitd79ea47079a70def4f458f59b65c181488633bf6
treedb600f2f3d133df4fc8a6f1746f41d54f1727242
parent4335fcfed1b0a29c07b10f97d1f309dd8f964de6
patch 9.1.1040: Vim9: imported type cannot be used as func return type

Problem:  Vim9: imported type cannot be used as func return type
          (Dayvid Albuquerque)
Solution: temporarily reset the is_export flag (Yegappan Lakshmanan)

fixes: #16489
closes: #16492

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