Initial commit

This commit is contained in:
Steven Stallion
2018-07-12 08:47:47 -05:00
parent c8d09d7c9e
commit eb00d30d9b
3 changed files with 44 additions and 9 deletions

View File

@ -2553,6 +2553,19 @@ Value Description~
Default: 1
------------------------------------------------------------------------------
*g:vimwiki_markdown_link_ext*
Append wiki file extension to links in Markdown. This is needed for
compatibility with other Markdown tools.
Value Description~
0 Do not append wiki file extension.
1 Append wiki file extension.
Default: 0
------------------------------------------------------------------------------
*VimwikiLinkHandler*