diff --git a/autoload/vimwiki/tags.vim b/autoload/vimwiki/tags.vim index b5d788d..dbc35f3 100644 --- a/autoload/vimwiki/tags.vim +++ b/autoload/vimwiki/tags.vim @@ -234,7 +234,7 @@ function! s:write_tags_metadata(metadata) "{{{ endfor endfor call sort(tags) - call insert(tags, "!_TAG_FILE_SORTED\t1\t{anything}") + call insert(tags, "!_TAG_FILE_SORTED\t1\t") call writefile(tags, metadata_path) endfunction " }}} diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 90aaa4a..fb4d1da 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -1632,7 +1632,7 @@ See |g:vimwiki_use_calendar| option to turn it off/on. ============================================================================== 12. Anchors *vimwiki-anchors* -Every header and every bold text is an anchor. To jump to it, use a wikilink +Every header, tag, and bold text is an anchor. To jump to it, use a wikilink of the form > [[file#anchor]]