We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611728f commit 15bbb8fCopy full SHA for 15bbb8f
2 files changed
src/userfunc.c
@@ -1394,7 +1394,11 @@ get_lambda_tv(
1394
ga_clear_strings(&newlines);
1395
ga_clear_strings(&default_args);
1396
if (types_optional)
1397
+ {
1398
ga_clear_strings(&argtypes);
1399
+ if (fp != NULL)
1400
+ vim_free(fp->uf_arg_types);
1401
+ }
1402
vim_free(fp);
1403
vim_free(pt);
1404
if (evalarg != NULL && evalarg->eval_tofree == NULL)
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2882,
755
/**/
756
2881,
757
0 commit comments