Blame SOURCES/7.4.596

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