3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.596
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.596 (after 7.4.592)
3ef2ca
Problem:    Tiny build doesn't compile.  (Ike Devolder)
3ef2ca
Solution:   Add #ifdef.
3ef2ca
Files:	    src/ex_cmds.c
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.595/src/ex_cmds.c	2015-01-27 11:26:11.041183653 +0100
3ef2ca
--- src/ex_cmds.c	2015-01-27 13:31:22.542920506 +0100
3ef2ca
***************
3ef2ca
*** 3530,3540 ****
3ef2ca
--- 3530,3542 ----
3ef2ca
  		check_fname() == FAIL)
3ef2ca
  	    goto theend;
3ef2ca
  
3ef2ca
+ #ifdef FEAT_QUICKFIX
3ef2ca
  	/* ":e foobar" when already editing "foobar" will reload the file.
3ef2ca
  	 * But when 'buftype' is "nofile" there is no file to load, so don't
3ef2ca
  	 * do anything. */
3ef2ca
  	if (curbuf->b_p_bt[0] == 'n' && curbuf->b_p_bt[2] == 'f')
3ef2ca
  	    goto theend;
3ef2ca
+ #endif
3ef2ca
  
3ef2ca
  	oldbuf = (flags & ECMD_OLDBUF);
3ef2ca
      }
3ef2ca
*** ../vim-7.4.595/src/version.c	2015-01-27 13:28:42.472671261 +0100
3ef2ca
--- src/version.c	2015-01-27 13:32:15.966336190 +0100
3ef2ca
***************
3ef2ca
*** 743,744 ****
3ef2ca
--- 743,746 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     596,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
hundred-and-one symptoms of being an internet addict:
3ef2ca
125. You begin to wonder how often it REALLY is necessary to get up
3ef2ca
     and shower or bathe.
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///