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 47f6db9 commit 3b814afCopy full SHA for 3b814af
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
+ 3000,
755
/**/
756
2999,
757
src/vim9compile.c
@@ -9051,7 +9051,7 @@ compile_def_function(
9051
{
9052
dfunc_T *dfunc = ((dfunc_T *)def_functions.ga_data)
9053
+ ufunc->uf_dfunc_idx;
9054
- isn_T *instr_dest;
+ isn_T *instr_dest = NULL;
9055
9056
switch (compile_type)
9057
0 commit comments