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 b185a40 commit dec0751Copy full SHA for dec0751
2 files changed
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
+ 1709,
755
/**/
756
1708,
757
src/vim9execute.c
@@ -1830,6 +1830,7 @@ call_def_function(
1830
// TODO: use a garray_T on ectx.
1831
SOURCING_LNUM = iptr->isn_lnum;
1832
emsg("Multiple closures not supported yet");
1833
+ vim_free(pt);
1834
goto failed;
1835
}
1836
tv->v_type = VAR_PARTIAL;
0 commit comments