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 -- [email protected] -- 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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui