commit | fc1f2015e833e69b89b994faf4b2c4fc1e09220f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 23:18:47 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 23:18:47 2016 +0200 |
tree | 04d725b12b4603f294c2d803156807cc50b95fbf | |
parent | 31440a1f2b6ae8a2f7ffdd4a8a3661eadc4df23c [diff] [blame] |
patch 7.4.2133 Problem: Can't build with tiny features. Solution: Add #ifdef.
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index e40e435..30b0d5c 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -4092,7 +4092,9 @@ 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);