diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-20 23:10:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-20 23:10:18 +0000 |
commit | b71eaaeaa8193b0cbb67496de6ad16ced80b8b09 (patch) | |
tree | 29e50b81ba2e1352e1f1940398e1b3507b8ea2c6 /src/quickfix.c | |
parent | 2d3f489e09a1cc50f5b7601eff568a4eb87fbd51 (diff) | |
download | vim-git-b71eaaeaa8193b0cbb67496de6ad16ced80b8b09.tar.gz |
updated for version 7.0183v7.0183
Diffstat (limited to 'src/quickfix.c')
-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 35f278c2d..c14b91d91 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -1880,7 +1880,7 @@ ex_copen(eap) set_option_value((char_u *)"swf", 0L, NULL, OPT_LOCAL); set_option_value((char_u *)"bt", 0L, (char_u *)"quickfix", OPT_LOCAL); - set_option_value((char_u *)"bh", 0L, (char_u *)"delete", 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); } else if (buf != curbuf) |