aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-03 06:21:59 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-10-03 06:23:15 +0800
commit19b49b063c28f7d246bf1b452e5ad59a44345c9d (patch)
tree7a23bd213e6f687d1a18fc016eabdae80fe90571 /runtime/doc/options.txt
parentb003e7feca98ca5e588fdfa1b6fb5c293a68b6d1 (diff)
downloadrneovim-19b49b063c28f7d246bf1b452e5ad59a44345c9d.tar.gz
rneovim-19b49b063c28f7d246bf1b452e5ad59a44345c9d.tar.bz2
rneovim-19b49b063c28f7d246bf1b452e5ad59a44345c9d.zip
vim-patch:20f48d5b2ddb
runtime(doc): mention how to disable folding in diff mode (vim/vim#13242) https://github.com/vim/vim/commit/20f48d5b2ddb9fdc29e83f0da6f31f895eaeab47 Co-authored-by: dundargoc <33953936+dundargoc@users.noreply.github.com>
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 35fb08a9a4..bc207d7755 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1966,7 +1966,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