Comment: tipo

This commit is contained in:
Tinmarino 2020-04-15 11:01:30 -04:00
parent dee6a88929
commit 614287a42b
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ function! vimwiki#base#find_wiki(path) abort
endfunction
" helper: check if a link a well formed wiki link
" helper: check if a link is a well formed wiki link
function! s:is_wiki_link(link_infos) abort
return a:link_infos.scheme =~# '\mwiki\d\+' || a:link_infos.scheme ==# 'diary'
endfunction