commit | 6ae8fae8696623b527c7fb22567f6a3705b2f0dd | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Dec 12 16:26:44 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 16:26:44 2021 +0000 |
tree | 5013ad6590516571ae06f992906c4270d7f03b45 | |
parent | 6e371ecb27227ff8fedd8561d0f3880a17576848 [diff] [blame] |
patch 8.2.3788: lambda for option that is a function may be freed Problem: Lambda for option that is a function may be garbage collected. Solution: Set a reference in the funcref. (Yegappan Lakshmanan, closes #9330)
diff --git a/src/version.c b/src/version.c index 078c060..09bbb91 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3788, +/**/ 3787, /**/ 3786,