diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:24:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:24:08 +0000 |
commit | 838bb719927b083f6ddaa32b2164223c386320f4 (patch) | |
tree | 693793b4efc59ac8750b55aa1d4777b04e6f34be | |
parent | 0b598c2fda76d50ab12d397074d2d6bddfb901d4 (diff) | |
download | vim-838bb719927b083f6ddaa32b2164223c386320f4.zip |
updated for version 7.0221
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index a8e509911..13952eb08 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); |