# HG changeset patch # User vimboss # Date 1142112248 0 # Node ID 3d0ca316efab866cd678ec080a6f956f1d30ea68 # Parent 8939e7f598dc236d64252342a915335083ad43e4 updated for version 7.0221 diff --git a/src/quickfix.c b/src/quickfix.c --- 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);