summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-10-02 21:49:23 +0200
committerGitHub <noreply@github.com>2023-10-02 21:49:23 +0200
commit20f48d5b2ddb9fdc29e83f0da6f31f895eaeab47 (patch)
tree3b8279e6bf7576af0d3b1ac940c14cddc6284eb4 /runtime/doc/options.txt
parentba77bbb5c775663a8b55871f753d7b1b570bb9ba (diff)
runtime(doc): mention how to disable folding in diff mode (#13242)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index a24dd0490d..493fa879e5 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -2839,7 +2839,8 @@ A jump table for the options with a short description can be found at |Q_op|.
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