From 838bb719927b083f6ddaa32b2164223c386320f4 Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Sat, 11 Mar 2006 21:24:08 +0000
Subject: [PATCH] updated for version 7.0221

---
 src/quickfix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/quickfix.c b/src/quickfix.c
index a8e5099112..13952eb08e 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -2247,7 +2247,7 @@ ex_copen(eap)
 	/* switch off 'swapfile' */
 	set_option_value((char_u *)"swf", 0L, NULL, OPT_LOCAL);
 	set_option_value((char_u *)"bt", 0L, (char_u *)"quickfix",
-			 OPT_LOCAL);
+								   OPT_LOCAL);
 	set_option_value((char_u *)"bh", 0L, (char_u *)"wipe", OPT_LOCAL);
 	set_option_value((char_u *)"diff", 0L, (char_u *)"", OPT_LOCAL);
 
-- 
GitLab