aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 56ecf26fdf..373dc3c460 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -3307,7 +3307,7 @@ return {
},
{
abbreviation = 'fs',
- defaults = { if_true = false },
+ defaults = { if_true = true },
desc = [=[
When on, the OS function fsync() will be called after saving a file
(|:write|, |writefile()|, …), |swap-file|, |undo-persistence| and |shada-file|.