To: vim_dev@googlegroups.com Subject: Patch 7.4.2325 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2325 (after 7.4.2324) Problem: Tiny build fails. Solution: Add #ifdef. Files: src/buffer.c *** ../vim-7.4.2324/src/buffer.c 2016-09-04 19:50:50.512985798 +0200 --- src/buffer.c 2016-09-04 19:56:47.498072555 +0200 *************** *** 476,481 **** --- 476,482 ---- unload_buf = TRUE; #endif + #ifdef FEAT_AUTOCMD /* Disallow deleting the buffer when it is locked (already being closed or * halfway a command that relies on it). Unloading is allowed. */ if (buf->b_locked > 0 && (del_buf || wipe_buf)) *************** *** 483,488 **** --- 484,490 ---- EMSG(_("E937: Attempt to delete a buffer that is in use")); return; } + #endif if (win != NULL #ifdef FEAT_WINDOWS *** ../vim-7.4.2324/src/version.c 2016-09-04 19:50:50.524985699 +0200 --- src/version.c 2016-09-04 19:57:23.753778142 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2325, /**/ -- hundred-and-one symptoms of being an internet addict: 166. You have been on your computer soo long that you didn't realize you had grandchildren. /// 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 ///