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:
parent
49feabd5d6
commit
11717bb0a1
@ -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)
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user