]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3509: undo file is not synced v8.2.3509
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Oct 2021 16:52:23 +0000 (17:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Oct 2021 16:52:23 +0000 (17:52 +0100)
commit340dd0fbe462a15a9678cfba02085b4adcc45f02
treec306b977fa7adba5010d56cedd4cfc530f77349f
parent051a8a375f8fb6a931fbc5ccca714a200d9b327f
patch 8.2.3509: undo file is not synced

Problem:    Undo file is not synced. (Sami Farin)
Solution:   Sync the undo file if 'fsync' is set. (Christian Brabandt,
            closes #8879, closes #8920)
runtime/doc/options.txt
src/undo.c
src/version.c