vim-patch:20f48d5b2ddb

runtime(doc): mention how to disable folding in diff mode (vim/vim#13242)

20f48d5b2d

Co-authored-by: dundargoc <33953936+dundargoc@users.noreply.github.com>
This commit is contained in:
zeertzjq 2023-10-03 06:21:59 +08:00
parent b003e7feca
commit 19b49b063c
3 changed files with 6 additions and 3 deletions

View File

@ -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 omitted a context of six lines is used.
When using zero the context is actually one, When using zero the context is actually one,
since folds require a line in between, also 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|. See |fold-diff|.
iblank Ignore changes where lines are all blank. Adds iblank Ignore changes where lines are all blank. Adds

View File

@ -1591,7 +1591,8 @@ vim.go.dex = vim.go.diffexpr
--- When omitted a context of six lines is used. --- When omitted a context of six lines is used.
--- When using zero the context is actually one, --- When using zero the context is actually one,
--- since folds require a line in between, also --- 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`. --- See `fold-diff`.
--- ---
--- iblank Ignore changes where lines are all blank. Adds --- iblank Ignore changes where lines are all blank. Adds

View File

@ -2067,7 +2067,8 @@ return {
When omitted a context of six lines is used. When omitted a context of six lines is used.
When using zero the context is actually one, When using zero the context is actually one,
since folds require a line in between, also 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|. See |fold-diff|.
iblank Ignore changes where lines are all blank. Adds iblank Ignore changes where lines are all blank. Adds