1
0
forked from aniani/vim

patch 8.2.3793: using "g:Func" as a funcref does not work in script context

Problem:    Using "g:Func" as a funcref does not work in script context
            because "g:" is dropped.
Solution:   Keep "g:" in the name.  Also add parenthesis to avoid confusing
            operator prececence. (closes #9336)
This commit is contained in:
Bram Moolenaar
2021-12-12 21:02:03 +00:00
parent 04ef1fb13d
commit ef082e12df
3 changed files with 28 additions and 2 deletions

View File

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