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 1efefda commit b3a0194Copy full SHA for b3a0194
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
+ 2004,
755
/**/
756
2003,
757
src/vim9compile.c
@@ -2626,7 +2626,7 @@ compile_call(
2626
char_u fname_buf[FLEN_FIXED + 1];
2627
char_u *tofree = NULL;
2628
int error = FCERR_NONE;
2629
- ufunc_T *ufunc;
+ ufunc_T *ufunc = NULL;
2630
int res = FAIL;
2631
int is_autoload;
2632
0 commit comments