From f0fe154ede6b11e3db9b058b930005a056a3d1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Fas?= Date: Mon, 31 Jul 2023 11:15:35 +0200 Subject: [PATCH] Fix wrong example snippet for listsysms option. --- doc/vimwiki.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 96920fb..8193381 100644 --- 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*