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 cd1c55f commit 1c2836eCopy full SHA for 1c2836e
2 files changed
src/ex_cmds.c
@@ -6574,6 +6574,7 @@ ex_helptags(eap)
6574
if (dirname == NULL || !mch_isdir(dirname))
6575
{
6576
EMSG2(_("E150: Not a directory: %s"), eap->arg);
6577
+ vim_free(dirname);
6578
return;
6579
}
6580
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
+ 922,
746
/**/
747
921,
748
0 commit comments