1
0
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:
Bram Moolenaar
2021-10-22 22:17:53 +01:00
parent 841c225b9e
commit 5fe07d2e08
3 changed files with 77 additions and 7 deletions

View File

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