commit | fb43cfc2c6a003b850343bfd27cb3059c734d7d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 18:54:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 18:54:17 2022 +0000 |
tree | 3fcc51a6f034d757087b3b67c15ad3645e1031da | |
parent | f52fac2ed94e6acc9612103c6c6f55660cc695c8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index eec3622..2efc6bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4548, +/**/ 4547, /**/ 4546,