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