vimwiki

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

commit f54f72981decd379a4190c34391336431201ce4b
parent 13f82dbaacbe47c934414da1a64a059e7b5ed212
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Thu, 13 Apr 2017 20:33:56 +0200

Add a clarifying note to the doc

Ref #332

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

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -742,8 +742,9 @@ Vimwiki file. *:VimwikiGenerateTags* tagname1 tagname2 ... Creates or updates an overview on all tags of the wiki with links to all - their instances. Supports |cmdline-completion|. If - no arguments (tags) are specified, outputs all tags. + their instances. Supports |cmdline-completion|. If no arguments (tags) + are specified, outputs all tags. To make this command work properly, make + sure the tags have been built (see |vimwiki-build-tags|). ------------------------------------------------------------------------------ 4.3. Functions *vimwiki-functions* @@ -1296,8 +1297,9 @@ which opens up a popup menu with all tags defined in the wiki starting with Tags are also treated as |vimwiki-anchors| (similar to bold text). -Note that tag search/jump/completion commands need certain metadata saved in -the wiki folder. This metadata file can be manually updated by running + *vimwiki-build-tags* +Note that the tag search/jump/completion commands need certain metadata saved +in the wiki folder. This metadata file can be manually updated by running |:VimwikiRebuildTags|. When the option |vimwiki-option-auto_tags| is enabled, the tags metadata will be auto-updated on each page save.