From f41cb5a3c659c05a5cf14793af9d27fd8f073f30 Mon Sep 17 00:00:00 2001 From: "Andy K. Massimino" Date: Thu, 7 Mar 2019 19:37:51 -0500 Subject: [PATCH] Add vimOperParen to skip (closes #54) --- after/ftplugin/vim_matchup.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:',