diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-08-09 08:28:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 08:28:36 -0400 |
commit | 9ef7003c38c3be31e47732256fd591b5884613d1 (patch) | |
tree | 77b1224ff6ed6066b3b867085e694071dc4e0b03 /runtime | |
parent | 68f61b167e71ca8dd42157b10b3096571c06f39d (diff) | |
parent | 292148b08b56476af0dc688e8a82df7d8e33f699 (diff) | |
download | rneovim-9ef7003c38c3be31e47732256fd591b5884613d1.tar.gz rneovim-9ef7003c38c3be31e47732256fd591b5884613d1.tar.bz2 rneovim-9ef7003c38c3be31e47732256fd591b5884613d1.zip |
Merge pull request #15312 from janlazo/vim-8.2.2639
vim-patch:8.1.{1818},8.2.{1464,2639,2814,2947,2976,2986,3114,3141,3160,3198}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f55ec62b77..f0ce15ac0f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1038,7 +1038,12 @@ 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). + 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'* 'browsedir' 'bsdir' string (default: "last") |