Fix julia refresh, fix #147

This commit is contained in:
Andy K. Massimino
2021-04-20 10:53:43 -04:00
parent 4a5200db04
commit 5bdf7690ed

View File

@@ -91,7 +91,7 @@ function! matchup#loader#refresh_match_words() abort " {{{1
call matchup#perf#toc('refresh', 'cache_hit')
else
" re-parse match words
let b:matchup_delim_lists = s:init_delim_lists()
let b:matchup_delim_lists = s:init_delim_lists(1)
let b:matchup_delim_re = s:init_delim_regexes()
let s:match_word_cache[l:match_words] = {
\ 'delim_lists' : b:matchup_delim_lists,