commit | 7d149f899d423b7bf2b90d7b11ebe3e560c462b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 17 19:23:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 17 19:23:34 2022 +0100 |
tree | f487ea09b662d52ab188bc40aa14e0f84a96a1eb | |
parent | 47f1a55849a73cefe738a246798221e45448546a [diff] [blame] |
patch 8.2.5117: crash when calling a Lua callback from a :def function Problem: Crash when calling a Lua callback from a :def function. (Bohdan Makohin) Solution: Handle FC_CFUNC in call_user_func_check(). (closes #10587)
diff --git a/src/version.c b/src/version.c index c842e19..1b6fd28 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5117, +/**/ 5116, /**/ 5115,