parent
f823589076
commit
4ab0bdf3da
@ -16,7 +16,8 @@ function! vimwiki#markdown_base#scan_reflinks() " {{{
|
|||||||
let mkd_refs = {}
|
let mkd_refs = {}
|
||||||
" construct list of references using vimgrep
|
" construct list of references using vimgrep
|
||||||
try
|
try
|
||||||
execute 'vimgrep #'.g:vimwiki_rxMkdRef.'#j %'
|
" Why noautocmd? Because https://github.com/vimwiki/vimwiki/issues/121
|
||||||
|
noautocmd execute 'vimgrep #'.g:vimwiki_rxMkdRef.'#j %'
|
||||||
catch /^Vim\%((\a\+)\)\=:E480/ " No Match
|
catch /^Vim\%((\a\+)\)\=:E480/ " No Match
|
||||||
"Ignore it, and move on to the next file
|
"Ignore it, and move on to the next file
|
||||||
endtry
|
endtry
|
||||||
|
Loading…
Reference in New Issue
Block a user