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 2286dea commit 7963f89Copy full SHA for 7963f89
src/eval.c
@@ -6815,7 +6815,7 @@ garbage_collect()
6815
win_T *wp;
6816
int i;
6817
funccall_T *fc, **pfc;
6818
- int did_free;
+ int did_free = FALSE;
6819
int did_free_funccal = FALSE;
6820
#ifdef FEAT_WINDOWS
6821
tabpage_T *tp;
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 620,
746
/**/
747
619,
748
0 commit comments