mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00

backport #26034 Problem: 'nofsync' may lose data if the system has a hard shutdown. #9888 Solution: Change default to 'fsync'. This may be revisited in the future when 'nofsync' can be made safer. Co-authored-by: Ploum <1233155+ploum@users.noreply.github.com>