]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0646: Vim9: imported function may not be found v9.1.0646
authorErnie Rael <errael@raelity.com>
Wed, 31 Jul 2024 20:18:11 +0000 (22:18 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 31 Jul 2024 20:18:11 +0000 (22:18 +0200)
commit164096927b8691085206dae3975766639a9a16e2
treef6464009d20bcaa73b2fdaf973da61c2a743ed54
parent30a8ad675d183c15c47b42e37199e98e2f924d69
patch 9.1.0646: Vim9: imported function may not be found

Problem:  Vim9: imported function may not be found
Solution: Try to find the function by name (Ernie Rael)

fixes: #15381
closes: #15382

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_builtin.vim
src/userfunc.c
src/version.c