1
0
forked from aniani/vim

updated for version 7.0221

This commit is contained in:
Bram Moolenaar 2006-03-11 21:24:08 +00:00
parent 0b598c2fda
commit 838bb71992

View 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);