vimwiki

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

commit 4d7a4da2e8e2fff34126e32d8818ba93c66a8a75
parent c19e63b1e934b57b411c9b93839073c2d341049c
Author: Tinmarino <tinmarino@gmail.com>
Date:   Sun, 19 Dec 2021 00:49:16 -0300

Doc fix helptags all (#1181)

Diffstat:
Mdoc/vimwiki.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -3587,13 +3587,13 @@ The default is 1. *g:vimwiki_listing_hl* When set to 1, enables syntax highlighting in resulting HTML. Whenever a code -block is encountered the *g:vimwiki_listing_hl_command* is invoked on the +block is encountered the |g:vimwiki_listing_hl_command| is invoked on the code block. Value Description~ 0 Do not highlight code blocks in HTML. -1 Highlight code blocks in HTML. see *g:vimwiki_listing_hl_command* +1 Highlight code blocks in HTML. see |g:vimwiki_listing_hl_command| Default: 0