From d28b61528619eac04612958419a8534c981f1e23 Mon Sep 17 00:00:00 2001 From: EinfachToll Date: Fri, 15 May 2015 11:18:40 +0200 Subject: [PATCH] two small things Ref #85 --- autoload/vimwiki/tags.vim | 2 +- doc/vimwiki.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]]