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 3b814af commit caf1a2fCopy full SHA for caf1a2f
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
+ 3001,
755
/**/
756
3000,
757
src/vim9compile.c
@@ -9724,8 +9724,10 @@ compile_def_function(
9724
dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data)
9725
+ ufunc->uf_dfunc_idx;
9726
9727
+ // Compiling aborted, free the generated instructions.
9728
clear_instr_ga(instr);
9729
VIM_CLEAR(dfunc->df_name);
9730
+ ga_clear_strings(&dfunc->df_var_names);
9731
9732
// If using the last entry in the table and it was added above, we
9733
// might as well remove it.
0 commit comments