]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4063: Vim9: exported function in autoload script not found v8.2.4063
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Jan 2022 15:24:05 +0000 (15:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Jan 2022 15:24:05 +0000 (15:24 +0000)
commitb8822442d716df0230c79531132e530e95cc17e3
treeb3ef7369be4f32805e8fcf04aee960d38d45e2e5
parent0bbca540f7377889e2154aa5731f6eeffcb5c0cc
patch 8.2.4063: Vim9: exported function in autoload script not found

Problem:    Vim9: exported function in autoload script not found. (Yegappan
            Lakshmanan)
Solution:   Use the autoload prefix to search for the function.
src/testdir/test_vim9_import.vim
src/userfunc.c
src/version.c