Blame SOURCES/7.4.326

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.326
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.326
22c937
Problem:    Can't build Tiny version. (Elimar Riesebieter)
22c937
Solution:   Add #ifdef.
22c937
Files:	    src/window.c
22c937
22c937
22c937
*** ../vim-7.4.325/src/window.c	2014-06-13 20:08:41.295871990 +0200
22c937
--- src/window.c	2014-06-14 12:51:00.010147123 +0200
22c937
***************
22c937
*** 4597,4608 ****
22c937
--- 4597,4610 ----
22c937
      if (wp != aucmd_win)
22c937
  #endif
22c937
  	win_remove(wp, tp);
22c937
+ #ifdef FEAT_AUTOCMD
22c937
      if (autocmd_busy)
22c937
      {
22c937
  	wp->w_next = au_pending_free_win;
22c937
  	au_pending_free_win = wp;
22c937
      }
22c937
      else
22c937
+ #endif
22c937
  	vim_free(wp);
22c937
  
22c937
  #ifdef FEAT_AUTOCMD
22c937
*** ../vim-7.4.325/src/version.c	2014-06-13 20:08:41.295871990 +0200
22c937
--- src/version.c	2014-06-14 12:53:05.134151857 +0200
22c937
***************
22c937
*** 736,737 ****
22c937
--- 736,739 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     326,
22c937
  /**/
22c937
22c937
-- 
22c937
You cannot propel yourself forward by patting yourself on the back.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///