mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
@@ -17289,7 +17289,7 @@ static bool write_list(FileDescriptor *const fp, const list_T *const list,
|
||||
}
|
||||
}
|
||||
}
|
||||
if ((error = file_fsync(fp)) != 0) {
|
||||
if ((error = file_flush(fp)) != 0) {
|
||||
goto write_list_error;
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user