]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4176: Vim9: cannot use imported function with call() v8.2.4176
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jan 2022 11:00:02 +0000 (11:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jan 2022 11:00:02 +0000 (11:00 +0000)
commit3d8e25a6d2660432df033cdad29f981ffe6ae0fc
treed19a8d83e1644d94bef76ef9807e17ad9189cc1d
parent0bd663a3804fceb3efb26a179e9c1d830ddcdb6e
patch 8.2.4176: Vim9: cannot use imported function with call()

Problem:    Vim9: cannot use imported function with call().
Solution:   Translate the function name. (closes #9590)
src/evalfunc.c
src/testdir/test_vim9_import.vim
src/version.c