Allow g:vimwiki_listsyms be larger than 5 elements (Issue #275) (#279)

* Allow g:vimwiki_listsyms to be of arbitrary size

* Update documentation

* Add support for arbitrary size listsyms to vimwikihtml
This commit is contained in:
Michael F. Schönitzer
2017-01-22 20:16:10 +01:00
committed by EinfachToll
parent 3a87437005
commit c857be2f87
7 changed files with 17 additions and 14 deletions

View File

@ -2245,11 +2245,11 @@ Default: 'Vimwiki'
------------------------------------------------------------------------------
*g:vimwiki_listsyms*
String of 5 symbols to show the progression of todo list items.
String of at least two symbols to show the progression of todo list items.
Default value is ' .oOX'.
The first char is for 0% done items.
The fifth is for 100% done items.
The last is for 100% done items.
You can set it to some more fancy symbols like this:
>