two small things

Ref #85
This commit is contained in:
EinfachToll 2015-05-15 11:18:40 +02:00
parent a2a28a2d91
commit d28b615286
2 changed files with 2 additions and 2 deletions

View File

@ -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 " }}}

View File

@ -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]]