From 065b7cbac08bd8163e324d7624793bed226bd7a6 Mon Sep 17 00:00:00 2001 From: EinfachToll Date: Sun, 19 Mar 2017 10:26:25 +0100 Subject: [PATCH] Small fix to the doc Don't use arbitrary tags, but always use the prefix 'vimwiki'. Ref #316 --- doc/vimwiki.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 983c713..493284c 100644 --- 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 :call vimwiki#base#function_name(arg1, arg2) +< - -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