]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.2.429 v7.2.429
authorBram Moolenaar <Bram@vim.org>
Fri, 14 May 2010 16:56:38 +0000 (18:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 14 May 2010 16:56:38 +0000 (18:56 +0200)
commit2efbc66e260a9988b5d66c68de940bff6fcdb954
tree8fc48dc072e5ec53e76a6619568214928b5df8b1
parentf9ddb94283148020cab6ce74cbbdda59ab53e4ac
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)
src/fileio.c
src/version.c