From da014b94417a6e270787704d24c2cd735bc83e38 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 24 Sep 2014 13:26:44 +0200 Subject: updated for version 7.4.460 Problem: Can't build without the quickfix feature. (Erik Falor) Solution: Add a #ifdef. --- src/window.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window.c') diff --git a/src/window.c b/src/window.c index 4bc2e6c41..5a2d8a42b 100644 --- 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. */ -- cgit v1.2.1