073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.460
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.460 (after 7.4.454)
073263
Problem:    Can't build without the quickfix feature. (Erik Falor)
073263
Solution:   Add a #ifdef.
073263
Files:	    src/window.c
073263
073263
073263
*** ../vim-7.4.459/src/window.c	2014-09-23 13:48:40.054785798 +0200
073263
--- src/window.c	2014-09-24 13:24:27.318971352 +0200
073263
***************
073263
*** 484,490 ****
073263
--- 484,492 ----
073263
  		    postponed_split = Prenum;
073263
  		else
073263
  		    postponed_split = -1;
073263
+ #ifdef FEAT_QUICKFIX
073263
  		g_do_tagpreview = 0;
073263
+ #endif
073263
  
073263
  		/* Execute the command right here, required when "wincmd ]"
073263
  		 * was used in a function. */
073263
*** ../vim-7.4.459/src/version.c	2014-09-23 21:53:35.310849352 +0200
073263
--- src/version.c	2014-09-24 13:24:44.450971389 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     460,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
179. You wonder why your household garbage can doesn't have an
073263
     "empty recycle bin" button.
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    ///