Don't highlight absolute links when 'maxhi' is on

Ref #105
This commit is contained in:
EinfachToll
2015-03-17 10:33:43 +01:00
parent 6922836a0c
commit 4511bf09e6
3 changed files with 29 additions and 9 deletions

View File

@ -12,7 +12,8 @@ endif
"TODO do nothing if ...? (?)
let g:starttime = reltime() " start the clock
if VimwikiGet('maxhi')
let b:existing_wikifiles = vimwiki#base#get_wikilinks(g:vimwiki_current_idx)
let b:existing_wikifiles =
\ vimwiki#base#get_wikilinks(g:vimwiki_current_idx, 1)
let b:existing_wikidirs =
\ vimwiki#base#get_wiki_directories(g:vimwiki_current_idx)
endif