commit | b033ee2ddfa8513b57111a56d6af9e45c41f7d1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 16:08:36 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 16:08:36 2021 +0200 |
tree | e9c9f0d88d53dfb5ddfd116d9a0eb4c48a2e639b | |
parent | a401bba0805856e295c213aa504648084dae7e24 [diff] [blame] |
patch 8.2.3351: Vim9: using a function by name may delete it Problem: Vim9: using a function by name may delete it. (Naohiro Ono) Solution: Increment the reference count when using a function by name. (closes #8760)
diff --git a/src/version.c b/src/version.c index f7e1636..22022c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3351, +/**/ 3350, /**/ 3349,