1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-01-10 21:29:57 +00:00
parent 6990b78f25
commit 160aa86a9d
4 changed files with 248 additions and 177 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4057,
/**/
4056,
/**/