summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2021-07-14 20:00:27 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-14 20:00:27 +0200
commit4a0b85ad0193ac162e2d8458e4b1c5ad2e2b0193 (patch)
tree8544c63fd11c6e52fc46369173da3ea2ad41f6bf /runtime
parent5bea41dea34bcc73c4efb1b554ad0a2018966ecc (diff)
downloadvim-git-4a0b85ad0193ac162e2d8458e4b1c5ad2e2b0193.tar.gz
patch 8.2.3160: 'breakindent' does not work well for bulleted listsv8.2.3160
Problem: 'breakindent' does not work well for bulleted and numbered lists. Solution: Add the "list" entry to 'breakindentopt'. (Christian Brabandt, closes #8564, closes #1661)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index af2e23eca..aaac09488 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1326,7 +1326,10 @@ 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.
- The default value for min is 20 and shift is 0.
+ list:{n} Adds an additional indent for lines that match a
+ numbered or bulleted list (using the
+ 'formatlistpat' setting).
+ The default value for min is 20, shift and list is 0.
*'browsedir'* *'bsdir'*
'browsedir' 'bsdir' string (default: "last")