]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4057: Vim9: not fully implementing the autoload mechanism v8.2.4057
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Jan 2022 21:29:57 +0000 (21:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Jan 2022 21:29:57 +0000 (21:29 +0000)
commit160aa86a9d5f4b99437bf48ef16400de33bf2f50
treef382d33b8de80c099da103d2ebe649f85c435497
parent6990b78f253eb7f3ebd296fd5c8353e3da1cc8f2
patch 8.2.4057: Vim9: not fully implementing the autoload mechanism

Problem:    Vim9: not fully implementing the autoload mechanism.
Solution:   Allow for exporting a legacy function.  Improve test coverage.
src/testdir/test_vim9_import.vim
src/testdir/test_vim9_script.vim
src/version.c
src/vim9script.c