vimwiki

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

commit 1aa417fbd86904d94af2207f94cb279d49ae1410
parent 212a66fcd69f342a848ba93642aa89f856386170
Author: Stephan T <40370954+stephan-t@users.noreply.github.com>
Date:   Wed, 23 Jun 2021 21:06:03 -0400

Fix typo
Diffstat:
Mautoload/vimwiki/customwiki2html.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autoload/vimwiki/customwiki2html.sh b/autoload/vimwiki/customwiki2html.sh @@ -13,14 +13,14 @@ # # http://www.pell.portland.or.us/~orc/Code/discount/ # -# To verify your installation, check that the commands markdown and mkd2text, +# To verify your installation, check that the commands markdown and mkd2html, # are on your path. # # Also verify that this file is executable. # # Then, in your .vimrc file, set: # -# g:vimwiki_customwiki2html=$HOME.'/.vim/autoload/vimwiki/customwiki2html.sh' +# g:vimwiki_custom_wiki2html=$HOME.'/.vim/autoload/vimwiki/customwiki2html.sh' # # On your next restart, Vimwiki will run this script instead of using the # internal wiki2html converter.