vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 065b7cbac08bd8163e324d7624793bed226bd7a6
parent e4fe5ce09d7cfdf336cdef61394296768d79cf6d
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Sun, 19 Mar 2017 10:26:25 +0100

Small fix to the doc

Don't use arbitrary tags, but always use the prefix 'vimwiki'.
Ref #316

Diffstat:
Mdoc/vimwiki.txt | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -755,9 +755,10 @@ Warning: this is currently unstable and likely to change. To map them to a key, use > nnoremap <C-K> :call vimwiki#base#function_name(arg1, arg2)<CR> +< - -vimwiki#base#follow_link({split}, {reuse}, {move_cursor}) *follow_link* + *vimwiki-follow_link* +vimwiki#base#follow_link({split}, {reuse}, {move_cursor}) Open the link under the cursor. {split} can have the following values: 'nosplit' open the link in the current window 'vsplit' open in a vertically split window