]> granicus.if.org Git - vim/commit
patch 8.2.3807: Vim9: can call import with star directly v8.2.3807
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Dec 2021 12:06:16 +0000 (12:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Dec 2021 12:06:16 +0000 (12:06 +0000)
commitf8a79fc3468645019532331bf8b36d1f7b403ef4
tree33a4264d26e261e707ac11e01e78f97a50e91ea8
parentc2958585f6c7ce4d822d3191ba501c0757b3ffff
patch 8.2.3807: Vim9: can call import with star directly

Problem:    Vim9: can call import with star directly.
Solution:   Check that the import used star.
src/eval.c
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c