0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.2133

Problem:    Can't build with tiny features.
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2016-07-30 23:18:47 +02:00
parent 31440a1f2b
commit fc1f2015e8
2 changed files with 4 additions and 0 deletions

View File

@@ -4092,7 +4092,9 @@ do_ecmd(
if (u_savecommon(0, curbuf->b_ml.ml_line_count + 1, 0, TRUE) if (u_savecommon(0, curbuf->b_ml.ml_line_count + 1, 0, TRUE)
== FAIL) == FAIL)
{ {
#ifdef FEAT_AUTOCMD
vim_free(new_name); vim_free(new_name);
#endif
goto theend; goto theend;
} }
u_unchanged(curbuf); u_unchanged(curbuf);

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2133,
/**/ /**/
2132, 2132,
/**/ /**/