1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-01-11 15:24:05 +00:00
parent 0bbca540f7
commit b8822442d7
3 changed files with 55 additions and 7 deletions

View File

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