1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-06-17 19:23:34 +01:00
parent 47f1a55849
commit 7d149f899d
3 changed files with 22 additions and 8 deletions

View File

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