1
0
forked from aniani/vim

patch 8.2.4131: Vim9: calling function in autoload import does not work

Problem:    Vim9: calling function in autoload import does not work in a :def
            function.
Solution:   When a variable is not found and a PCALL follows use a funcref.
            (closes #9550)
This commit is contained in:
Bram Moolenaar
2022-01-18 12:58:28 +00:00
parent 31dcc8de46
commit cbbc48f64b
3 changed files with 44 additions and 7 deletions

View File

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