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 ca255fe commit ba1e32fCopy full SHA for ba1e32f
src/quickfix.c
@@ -2173,6 +2173,7 @@ qf_free(qi, idx)
2173
}
2174
vim_free(qi->qf_lists[idx].qf_title);
2175
qi->qf_lists[idx].qf_title = NULL;
2176
+ qi->qf_lists[idx].qf_index = 0;
2177
2178
2179
/*
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 379,
739
/**/
740
378,
741
0 commit comments