vimwiki

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

commit f0fe154ede6b11e3db9b058b930005a056a3d1c6
parent 09804c2a5f1009fde29e32c5f3a6093e4684433a
Author: Aarón Fas <yo@aaron.com.es>
Date:   Mon, 31 Jul 2023 11:15:35 +0200

Fix wrong example snippet for listsysms option.
Diffstat:
Mdoc/vimwiki.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -2724,7 +2724,7 @@ The last is for 100% done items. You can set it to some more fancy symbols like this: > - let g:vimwiki_list = [{'path': '~/path/', 'listsyms' = '✗○◐●✓'}] + let g:vimwiki_list = [{'path': '~/path/', 'listsyms': '✗○◐●✓'}] *vimwiki-option-listsym_rejected*