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 7b44f81 commit abdb302Copy full SHA for abdb302
src/quickfix.c
@@ -3515,6 +3515,7 @@ restore_start_dir(dirname_start)
3515
ea.cmdidx = (curwin->w_localdir == NULL) ? CMD_cd : CMD_lcd;
3516
ex_cd(&ea);
3517
}
3518
+ vim_free(dirname_now);
3519
3520
3521
src/version.c
@@ -725,6 +725,8 @@ static char *(features[]) =
725
726
static int included_patches[] =
727
{ /* Add new patch number below this line */
728
+/**/
729
+ 742,
730
/**/
731
741,
732
0 commit comments