1
0
forked from aniani/vim

patch 8.2.4446: Vim9: cannot refer to a global function like a local one

Problem:    Vim9: cannot refer to a global function like a local one.
Solution:   When g:name is not a variable but a function, use a function
            reference. (closes #9826)
This commit is contained in:
Bram Moolenaar
2022-02-22 19:39:13 +00:00
parent 29a9e69718
commit fe73255c92
3 changed files with 39 additions and 5 deletions

View File

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