forked from aniani/vim
patch 8.2.3557: Vim9: cannot call imported funcref at script level
Problem: Vim9: cannot call imported funcref at script level. Solution: Check for an imported function. (closes #9007)
This commit is contained in:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3557,
|
||||
/**/
|
||||
3556,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user