]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-172 v7.1.172
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Dec 2007 21:21:18 +0000 (21:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Dec 2007 21:21:18 +0000 (21:21 +0000)
src/ex_cmds.c
src/version.c

index 3c2690a8493767c923051e5e21f2a460e10d229d..39ba8b52842599a5982b8080fd83d54359c2184b 100644 (file)
@@ -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)
index c2f78aa9b5f0ad565b3dd8177358cb5c14d9178f..1bf84d35ba5ef6936ce566d3db72231430b7f0bc 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    172,
 /**/
     171,
 /**/