Blame SOURCES/7.4.596

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.596
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.596 (after 7.4.592)
22c937
Problem:    Tiny build doesn't compile.  (Ike Devolder)
22c937
Solution:   Add #ifdef.
22c937
Files:	    src/ex_cmds.c
22c937
22c937
22c937
*** ../vim-7.4.595/src/ex_cmds.c	2015-01-27 11:26:11.041183653 +0100
22c937
--- src/ex_cmds.c	2015-01-27 13:31:22.542920506 +0100
22c937
***************
22c937
*** 3530,3540 ****
22c937
--- 3530,3542 ----
22c937
  		check_fname() == FAIL)
22c937
  	    goto theend;
22c937
  
22c937
+ #ifdef FEAT_QUICKFIX
22c937
  	/* ":e foobar" when already editing "foobar" will reload the file.
22c937
  	 * But when 'buftype' is "nofile" there is no file to load, so don't
22c937
  	 * do anything. */
22c937
  	if (curbuf->b_p_bt[0] == 'n' && curbuf->b_p_bt[2] == 'f')
22c937
  	    goto theend;
22c937
+ #endif
22c937
  
22c937
  	oldbuf = (flags & ECMD_OLDBUF);
22c937
      }
22c937
*** ../vim-7.4.595/src/version.c	2015-01-27 13:28:42.472671261 +0100
22c937
--- src/version.c	2015-01-27 13:32:15.966336190 +0100
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     596,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
125. You begin to wonder how often it REALLY is necessary to get up
22c937
     and shower or bathe.
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    ///