commit | 838bb719927b083f6ddaa32b2164223c386320f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 21:24:08 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 21:24:08 2006 +0000 |
tree | 693793b4efc59ac8750b55aa1d4777b04e6f34be | |
parent | 0b598c2fda76d50ab12d397074d2d6bddfb901d4 [diff] [blame] |
updated for version 7.0221
diff --git a/src/quickfix.c b/src/quickfix.c index a8e5099..13952eb 100644 --- a/src/quickfix.c +++ b/src/quickfix.c
@@ -2247,7 +2247,7 @@ /* 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);