astepano / rpms / vim

Forked from rpms/vim 6 years ago
Clone
624dc0d
To: vim_dev@googlegroups.com
624dc0d
Subject: Patch 7.4.460
624dc0d
Fcc: outbox
624dc0d
From: Bram Moolenaar <Bram@moolenaar.net>
624dc0d
Mime-Version: 1.0
624dc0d
Content-Type: text/plain; charset=UTF-8
624dc0d
Content-Transfer-Encoding: 8bit
624dc0d
------------
624dc0d
624dc0d
Patch 7.4.460 (after 7.4.454)
624dc0d
Problem:    Can't build without the quickfix feature. (Erik Falor)
624dc0d
Solution:   Add a #ifdef.
624dc0d
Files:	    src/window.c
624dc0d
624dc0d
624dc0d
*** ../vim-7.4.459/src/window.c	2014-09-23 13:48:40.054785798 +0200
624dc0d
--- src/window.c	2014-09-24 13:24:27.318971352 +0200
624dc0d
***************
624dc0d
*** 484,490 ****
624dc0d
--- 484,492 ----
624dc0d
  		    postponed_split = Prenum;
624dc0d
  		else
624dc0d
  		    postponed_split = -1;
624dc0d
+ #ifdef FEAT_QUICKFIX
624dc0d
  		g_do_tagpreview = 0;
624dc0d
+ #endif
624dc0d
  
624dc0d
  		/* Execute the command right here, required when "wincmd ]"
624dc0d
  		 * was used in a function. */
624dc0d
*** ../vim-7.4.459/src/version.c	2014-09-23 21:53:35.310849352 +0200
624dc0d
--- src/version.c	2014-09-24 13:24:44.450971389 +0200
624dc0d
***************
624dc0d
*** 743,744 ****
624dc0d
--- 743,746 ----
624dc0d
  {   /* Add new patch number below this line */
624dc0d
+ /**/
624dc0d
+     460,
624dc0d
  /**/
624dc0d
624dc0d
-- 
624dc0d
hundred-and-one symptoms of being an internet addict:
624dc0d
179. You wonder why your household garbage can doesn't have an
624dc0d
     "empty recycle bin" button.
624dc0d
624dc0d
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
624dc0d
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
624dc0d
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
624dc0d
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///