To: vim_dev@googlegroups.com Subject: Patch 7.4.2133 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2133 (after 7.4.2128) Problem: Can't build with tiny features. Solution: Add #ifdef. Files: src/ex_cmds.c *** ../vim-7.4.2132/src/ex_cmds.c 2016-07-30 21:48:53.975565577 +0200 --- src/ex_cmds.c 2016-07-30 23:17:23.217696980 +0200 *************** *** 4092,4098 **** --- 4092,4100 ---- 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); *** ../vim-7.4.2132/src/version.c 2016-07-30 23:14:24.747383275 +0200 --- src/version.c 2016-07-30 23:18:21.441146982 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2133, /**/ -- Another bucket of what can only be described as human ordure hits ARTHUR. ARTHUR: ... Right! (to the KNIGHTS) That settles it! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///