1
0
forked from aniani/vim

patch 9.0.0119: tiny chance that creating a backup file fails

Problem:    Tiny chance that creating a backup file fails.
Solution:   Check for EEXIST error. (Ken Takata, closes #10821)
This commit is contained in:
K.Takata
2022-07-31 11:50:42 +01:00
committed by Bram Moolenaar
parent 750209459c
commit dbdcc79910
2 changed files with 13 additions and 3 deletions

View File

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