Mercurial > vim
changeset 729:3d0ca316efab
updated for version 7.0221
author | vimboss |
---|---|
date | Sat, 11 Mar 2006 21:24:08 +0000 |
parents | 8939e7f598dc |
children | 44348703ab1b |
files | src/quickfix.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);