Merge pull request #3 from Nudin/individualli

Allow to specify additional chars for lists
This commit is contained in:
Michael F. Schönitzer
2017-09-16 17:09:41 +02:00
committed by GitHub
3 changed files with 18 additions and 6 deletions

View File

@ -1563,6 +1563,10 @@ after a list using letters or vice versa, Vimwiki will get confused because
it cannot distinguish which is which (at least if the types are both upper
case or both lower case).
You can add additional list-types in your vimrc by setting the variable
let g:vimwiki_additional_bullet_types = { "→": 0}
Corresponding mapings will not be set.
See |vimwiki_glstar|, |vimwiki_gl#| |vimwiki_gl-|, |vimwiki_gl-|,
|vimwiki_gl1|, |vimwiki_gla|, |vimwiki_glA|, |vimwiki_gli|, |vimwiki_glI|