1
0
forked from aniani/vim

updated for version 7.2.429

Problem:    A file that exists but access is denied may result in a "new file"
            message.  E.g. when its directory is unreadable.
Solution:   Specifically check for ENOENT to decide a file doesn't exist.
            (partly by James Vega)
This commit is contained in:
Bram Moolenaar
2010-05-14 18:56:38 +02:00
parent f9ddb94283
commit 2efbc66e26
2 changed files with 10 additions and 1 deletions

View File

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