diff --git a/autoload/matchup/loader.vim b/autoload/matchup/loader.vim index 920134b..98627a4 100644 --- a/autoload/matchup/loader.vim +++ b/autoload/matchup/loader.vim @@ -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,