diff src/window.c @ 6251:d5eba03293a6 v7.4.460

updated for version 7.4.460 Problem: Can't build without the quickfix feature. (Erik Falor) Solution: Add a #ifdef.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Sep 2014 13:26:44 +0200
parents 0cdff7c26855
children 521c49b6de9d
line wrap: on
line diff
--- a/src/window.c
+++ b/src/window.c
@@ -484,7 +484,9 @@ newwindow:
 		    postponed_split = Prenum;
 		else
 		    postponed_split = -1;
+#ifdef FEAT_QUICKFIX
 		g_do_tagpreview = 0;
+#endif
 
 		/* Execute the command right here, required when "wincmd ]"
 		 * was used in a function. */