vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 1b2643ea1917b2b85de3f79b7464eec6f47eb102
parent e16dc41a50f3c8c0158fe844490e3eb3b4f013e3
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Mon,  4 Feb 2019 21:48:18 +0100

Clarify the description of hl_cb_checked in the doc

Ref #605

Diffstat:
Mdoc/vimwiki.txt | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -2321,7 +2321,7 @@ Global options are configured using the following pattern: > Highlight headers with =Reddish=, ==Greenish==, ===Blueish=== colors. Value Description~ -1 Use VimwikiHeader1-VimwikiHeader6 group colors to highlight +1 Use VimwikiHeader1 - VimwikiHeader6 group colors to highlight different header levels. 0 Use |hl-Title| color for headers. Default: 0 @@ -2338,11 +2338,13 @@ Highlight checked list items with a special color: Value Description~ 0 Don't highlight anything. -1 Highlight checked [X] list item with |group-name| "Comment". -2 Highlight checked [X] list item and all its child items. +1 Highlight only the first line of a checked [X] list item. +2 Highlight a complete checked list item and all its child items. Default: 0 +The |group-name| "Comment" is used for highlighting. + Note: Option 2 does not work perfectly. Specifically, it might break if the list item contains preformatted text or if you mix tabs and spaces for indenting. Also, indented headers can be highlighted erroneously.