diff --git a/src/userfunc.c b/src/userfunc.c index ccd1bd382..2d71a7fd3 100644 --- a/src/userfunc.c +++ b/src/userfunc.c @@ -3705,6 +3705,7 @@ errret_2: ret_free: ga_clear_strings(&argtypes); vim_free(skip_until); + vim_free(heredoc_trimmed); vim_free(line_to_free); vim_free(fudi.fd_newkey); if (name != name_arg) diff --git a/src/version.c b/src/version.c index 3aec81b4b..be7e4f088 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2142, /**/ 2141, /**/