]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1305: writefile() never calls fsync() v8.0.1305
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Nov 2017 22:04:15 +0000 (23:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Nov 2017 22:04:15 +0000 (23:04 +0100)
commit7567d0b115e332f61a9f390aaccdf7825b891227
treee4ab87bf66391ca7243d819c768dc907cdd411da
parentd0480097177369a6ed91d47aba189ae647afcd68
patch 8.0.1305: writefile() never calls fsync()

Problem:    Writefile() never calls fsync().
Solution:   Follow the 'fsync' option with override to enable or disable.
runtime/doc/eval.txt
src/evalfunc.c
src/fileio.c
src/globals.h
src/testdir/test_writefile.vim
src/version.c