aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/options.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-03 07:24:37 +0800
committerGitHub <noreply@github.com>2023-10-03 07:24:37 +0800
commite634222daded1e232f310f2d843079572cac9b88 (patch)
treeaf65aa8b26708eac211b71c99e4c26e219a36d05 /runtime/lua/vim/_meta/options.lua
parentfd791db0ecebf5d5bf8922ba519f8dd4eef3c5e6 (diff)
parente0d669ffdb69582558f594c4b7cdc18634013f48 (diff)
downloadrneovim-e634222daded1e232f310f2d843079572cac9b88.tar.gz
rneovim-e634222daded1e232f310f2d843079572cac9b88.tar.bz2
rneovim-e634222daded1e232f310f2d843079572cac9b88.zip
Merge pull request #25475 from zeertzjq/vim-ba77bbb5c775
vim-patch:ba77bbb5c775,20f48d5b2ddb,cd39b69b0200
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r--runtime/lua/vim/_meta/options.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua
index ed0d844748..08ee1f97ba 100644
--- a/runtime/lua/vim/_meta/options.lua
+++ b/runtime/lua/vim/_meta/options.lua
@@ -1591,7 +1591,8 @@ vim.go.dex = vim.go.diffexpr
--- When omitted a context of six lines is used.
--- When using zero the context is actually one,
--- since folds require a line in between, also
---- for a deleted line.
+--- for a deleted line. Set it to a very large
+--- value (999999) to disable folding completely.
--- See `fold-diff`.
---
--- iblank Ignore changes where lines are all blank. Adds