Small fix to the doc

Don't use arbitrary tags, but always use the prefix 'vimwiki'.
Ref #316
This commit is contained in:
EinfachToll 2017-03-19 10:26:25 +01:00
parent e4fe5ce09d
commit 065b7cbac0

View File

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