diff --git a/src/ex_cmds.c b/src/ex_cmds.c index e40e435907..30b0d5c313 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -4092,7 +4092,9 @@ do_ecmd( if (u_savecommon(0, curbuf->b_ml.ml_line_count + 1, 0, TRUE) == FAIL) { +#ifdef FEAT_AUTOCMD vim_free(new_name); +#endif goto theend; } u_unchanged(curbuf); diff --git a/src/version.c b/src/version.c index ea7c7b9297..5808cbc32f 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2133, /**/ 2132, /**/