]> granicus.if.org Git - vim/commitdiff
patch 7.4.2133 v7.4.2133
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Jul 2016 21:18:47 +0000 (23:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jul 2016 21:18:47 +0000 (23:18 +0200)
Problem:    Can't build with tiny features.
Solution:   Add #ifdef.

src/ex_cmds.c
src/version.c

index e40e435907fb6eeca39c1165e8f7ceb20d8f00df..30b0d5c313057452e31711831142876ef2ab7c3e 100644 (file)
@@ -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);
index ea7c7b9297f654358963e16e667f5f7486cde115..5808cbc32f447dd82aceed930dbe51fbfbd49793 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2133,
 /**/
     2132,
 /**/