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 77324fc commit 61ff4ddCopy full SHA for 61ff4dd
src/quickfix.c
@@ -3465,7 +3465,10 @@ ex_vimgrep(eap)
3465
dirname_start = alloc_id(MAXPATHL, aid_qf_dirname_start);
3466
dirname_now = alloc_id(MAXPATHL, aid_qf_dirname_now);
3467
if (dirname_start == NULL || dirname_now == NULL)
3468
+ {
3469
+ FreeWild(fcount, fnames);
3470
goto theend;
3471
+ }
3472
3473
/* Remember the current directory, because a BufRead autocommand that does
3474
* ":lcd %:p:h" changes the meaning of short path names. */
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
+ 1130,
746
/**/
747
1129,
748
0 commit comments