diff options
Diffstat (limited to 'src/nvim')
-rw-r--r-- | src/nvim/options.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index bae9b56ef4..a0b9306908 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2067,7 +2067,8 @@ return { 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 |