parent
a2a28a2d91
commit
d28b615286
@ -234,7 +234,7 @@ function! s:write_tags_metadata(metadata) "{{{
|
|||||||
endfor
|
endfor
|
||||||
endfor
|
endfor
|
||||||
call sort(tags)
|
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)
|
call writefile(tags, metadata_path)
|
||||||
endfunction " }}}
|
endfunction " }}}
|
||||||
|
|
||||||
|
@ -1632,7 +1632,7 @@ See |g:vimwiki_use_calendar| option to turn it off/on.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
12. Anchors *vimwiki-anchors*
|
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 >
|
of the form >
|
||||||
[[file#anchor]]
|
[[file#anchor]]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user