Make absolute wiki links work with wikiN: scheme

Ref #105
This commit is contained in:
EinfachToll 2015-03-19 09:05:19 +01:00
parent 4511bf09e6
commit d20e03d660

View File

@ -318,7 +318,7 @@ function! vimwiki#base#resolve_link(link_text, ...) "{{{
return link_infos return link_infos
endif endif
if !is_relative if !is_relative || link_infos.index != source_wiki
let root_dir = VimwikiGet('path', link_infos.index) let root_dir = VimwikiGet('path', link_infos.index)
endif endif