1
0
forked from aniani/vim

patch 8.2.3766: converting a funcref to a string leaves out "g:"

Problem:    Converting a funcref to a string leaves out "g:", causing the
            meaning of the name depending on the context.
Solution:   Prepend "g:" for a global function.
This commit is contained in:
Bram Moolenaar
2021-12-09 16:40:18 +00:00
parent dcb53be441
commit c4ec338fb8
3 changed files with 16 additions and 1 deletions

View File

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