]> granicus.if.org Git - vim/commitdiff
updated for version 7.0221
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Mar 2006 21:24:08 +0000 (21:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Mar 2006 21:24:08 +0000 (21:24 +0000)
src/quickfix.c

index a8e50991129dc300de3006a60cfef54567fa5bd7..13952eb08ecd5c2a705413c4d063f54de35b2ce9 100644 (file)
@@ -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);