Fix: get_wikilinks arguments: add pattern

This commit is contained in:
Tinmarino
2020-05-26 14:05:42 -04:00
parent 1eb74dcf2f
commit 36fa81c059
4 changed files with 4 additions and 3 deletions

View File

@ -80,7 +80,7 @@ function! Complete_wikifiles(findstart, base) abort
let scheme = ''
endif
let links = vimwiki#base#get_wikilinks(wikinumber, 1)
let links = vimwiki#base#get_wikilinks(wikinumber, 1, '')
let result = []
for wikifile in links
if wikifile =~ '^'.vimwiki#u#escape(prefix)