diff --git a/after/ftplugin/vim_matchup.vim b/after/ftplugin/vim_matchup.vim index 54d6833..f8140d0 100644 --- a/after/ftplugin/vim_matchup.vim +++ b/after/ftplugin/vim_matchup.vim @@ -4,7 +4,7 @@ set cpo&vim let b:match_skip = 's:comment\|string\|vimSynReg' \ . '\|vimSet\|vimFuncName\|vimNotPatSep' - \ . '\|vimVar\|vimFuncVar\|vimFBVar' + \ . '\|vimVar\|vimFuncVar\|vimFBVar\|vimOperParen' call matchup#util#patch_match_words( \ '\\)\@!\S:',