summaryrefslogtreecommitdiff
path: root/src/quickfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickfix.c')
-rw-r--r--src/quickfix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index 5060675fd..82826b27c 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -2359,6 +2359,7 @@ ex_copen(eap)
set_option_value((char_u *)"bt", 0L, (char_u *)"quickfix",
OPT_LOCAL);
set_option_value((char_u *)"bh", 0L, (char_u *)"wipe", OPT_LOCAL);
+ RESET_BINDING(curwin);
#ifdef FEAT_DIFF
curwin->w_p_diff = FALSE;
#endif