]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1335: writefile() using fsync() may give an error. v8.0.1335
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Nov 2017 13:37:11 +0000 (14:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Nov 2017 13:37:11 +0000 (14:37 +0100)
commit291a9d15ed1eb1094edc8ad6dda00a6da3bd7072
treed9dfba6e1c0d0a3b44d97cd271e134134e196190
parent3167c3e7010ac7e2fd7d3aa198dd2d1dcff8ecc8
patch 8.0.1335: writefile() using fsync() may give an error.

Problem:    Writefile() using fsync() may give an error for a device.
            (Yasuhiro Matsumoto)
Solution:   Ignore fsync() failing. (closes #2373)
src/evalfunc.c
src/version.c