diff --git a/after/ftplugin/cpp_matchup.vim b/after/ftplugin/cpp_matchup.vim index 4d4f2cf..ef8bdaf 100644 --- a/after/ftplugin/cpp_matchup.vim +++ b/after/ftplugin/cpp_matchup.vim @@ -13,7 +13,7 @@ set cpo&vim if matchup#util#matchpref('template', 0) call matchup#util#append_match_words( - \ '\%(\s\@\|>\s\@!\)=\@!') + \ '\%(\s\@\|>\s\@!\)=\@!') if stridx(&matchpairs, '<:>') setlocal matchpairs-=<:> endif