Implement :VimwikiSearchTags to look up tag instances in a wiki

This commit is contained in:
Ivan Tishchenko
2015-01-06 22:44:41 +03:00
parent df91772d7e
commit a62bebceb2
3 changed files with 16 additions and 1 deletions

View File

@ -596,7 +596,7 @@ il A single list item.
*:VimwikiGoto*
Goto link provided by an argument. For example: >
:VimwikiGoto HelloWorld
< opens opens/creates HelloWorld wiki page.
< opens opens/creates HelloWorld wiki page.
Supports |cmdline-completion| for link name.
@ -708,6 +708,10 @@ il A single list item.
Iterates over all files in a current wiki and rebuilds tags metadata (to
enable tags related commands).
*:VimwikiSearchTags*
Searches over the pages in current wiki and finds all locations of a given
tag. Supports |cmdline-completion|.
==============================================================================
5. Wiki syntax *vimwiki-syntax*