From 12df0bddb2b20a5a48955e34b8d95f40952748f6 Mon Sep 17 00:00:00 2001 From: Greg Anders Date: Mon, 20 May 2019 08:29:12 -0600 Subject: [PATCH] Update documentation --- doc/vimwiki.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 6f8d6d4..7dd0083 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -822,10 +822,14 @@ Vimwiki file. *:Vimwiki2HTMLBrowse* Convert current wiki page to HTML and open it in the webbrowser. -*:VimwikiAll2HTML* +*:VimwikiAll2HTML[!]* Convert all wiki pages to HTML. Default CSS file (style.css) is created if there is no one. + By default, only converts wiki pages which have not already been + converted or have been modified since their last conversion. With !, + convert all pages, regardless of whether or not they are out-of-date. + *:VimwikiToggleListItem* Toggle checkbox of a list item on/off. See |vimwiki-todo-lists|.