summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 3c2690a84..39ba8b528 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2732,6 +2732,9 @@ check_overwrite(eap, buf, fname, ffname, other)
&& 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)