summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorMaxim Kim <habamax@gmail.com>2021-07-22 11:46:59 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-22 11:46:59 +0200
commitf674b358fc18cf1641a066cc5de73da69e651024 (patch)
tree3c33d1d2bf53f95fc23102579857b47fa3b2e886 /runtime
parentd8e44476d84b5f0cc8c4de080a47a3a9af547028 (diff)
patch 8.2.3198: cannot use 'formatlistpat' for breakindentv8.2.3198
Problem: Cannot use 'formatlistpat' for breakindent. Solution: Use a negative list indent. (Maxim Kim, closes #8594)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index aaac094884..e5a76b7677 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1326,9 +1326,11 @@ A jump table for the options with a short description can be found at |Q_op|.
continuation (positive).
sbr Display the 'showbreak' value before applying the
additional indent.
- list:{n} Adds an additional indent for lines that match a
+ list:{n} Adds an additional indent for lines that match a
numbered or bulleted list (using the
'formatlistpat' setting).
+ list:-1 Uses the length of a match with 'formatlistpat'
+ for indentation.
The default value for min is 20, shift and list is 0.
*'browsedir'* *'bsdir'*