0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.1-172

This commit is contained in:
Bram Moolenaar 2007-12-08 21:21:18 +00:00
parent 49feabd5d6
commit 11717bb0a1
2 changed files with 5 additions and 0 deletions

View File

@ -2732,6 +2732,9 @@ check_overwrite(eap, buf, fname, ffname, other)
&& vim_strchr(p_cpo, CPO_OVERNEW) == NULL) && vim_strchr(p_cpo, CPO_OVERNEW) == NULL)
|| (buf->b_flags & BF_READERR)) || (buf->b_flags & BF_READERR))
&& !p_wa && !p_wa
#ifdef FEAT_QUICKFIX
&& !bt_nofile(buf)
#endif
&& vim_fexists(ffname)) && vim_fexists(ffname))
{ {
if (!eap->forceit && !eap->append) if (!eap->forceit && !eap->append)

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
172,
/**/ /**/
171, 171,
/**/ /**/