1
0
forked from aniani/vim

patch 8.2.4548: script-local function is deleted when used in a funcref

Problem:    Script-local function is deleted when used in a funcref.
Solution:   Do not consider a function starting with "<SNR>" reference
            counted. (closes #9916, closes #9820)
This commit is contained in:
Bram Moolenaar
2022-03-11 18:54:17 +00:00
parent f52fac2ed9
commit fb43cfc2c6
3 changed files with 24 additions and 3 deletions

View File

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