Fix highlight of anchor links when maxhi is on
This commit is contained in:
		| @@ -200,7 +200,8 @@ function! s:highlight_existing_links() "{{{ | ||||
|   " Conditional highlighting that depends on the existence of a wiki file or | ||||
|   "   directory is only available for *schemeless* wiki links | ||||
|   " Links are set up upon BufEnter (see plugin/...) | ||||
|   let safe_links = vimwiki#base#file_pattern(b:existing_wikifiles) | ||||
|   let safe_links = '\%('.vimwiki#base#file_pattern(b:existing_wikifiles) . | ||||
|         \ '\%(#[^|]*\)\?\|#[^|]*\)' | ||||
|   " Wikilink Dirs set up upon BufEnter (see plugin/...) | ||||
|   let safe_dirs = vimwiki#base#file_pattern(b:existing_wikidirs) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user