commit | 11717bb0a1275f1e270396aeb1df92d973d4d068 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 08 21:21:18 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 08 21:21:18 2007 +0000 |
tree | 4ec0aa64bc140ce93d325efe3cb6bd7581df798b | |
parent | 49feabd5d6a9693ed785a962938f36f7e04ed263 [diff] [blame] |
updated for version 7.1-172
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 3c2690a..39ba8b5 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -2732,6 +2732,9 @@ && vim_strchr(p_cpo, CPO_OVERNEW) == NULL) || (buf->b_flags & BF_READERR)) && !p_wa +#ifdef FEAT_QUICKFIX + && !bt_nofile(buf) +#endif && vim_fexists(ffname)) { if (!eap->forceit && !eap->append)