diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 55b066152f..b7434774af 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -6859,7 +6859,6 @@ do_helptags(char_u *dirname, int add_help_tags) || filecount == 0) { EMSG2("E151: No match: %s", NameBuff); - vim_free(dirname); return; } diff --git a/src/version.c b/src/version.c index 501287d9da..a323d2c0f8 100644 --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1562, /**/ 1561, /**/