From 1aa417fbd86904d94af2207f94cb279d49ae1410 Mon Sep 17 00:00:00 2001 From: Stephan T <40370954+stephan-t@users.noreply.github.com> Date: Wed, 23 Jun 2021 21:06:03 -0400 Subject: [PATCH] Fix typo --- autoload/vimwiki/customwiki2html.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/vimwiki/customwiki2html.sh b/autoload/vimwiki/customwiki2html.sh index be29081..d8af94b 100755 --- 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.