1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-10-14 17:52:23 +01:00
parent 051a8a375f
commit 340dd0fbe4
3 changed files with 9 additions and 2 deletions

View File

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