We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e4b7a commit f41cb5aCopy full SHA for f41cb5a
after/ftplugin/vim_matchup.vim
@@ -4,7 +4,7 @@ set cpo&vim
4
5
let b:match_skip = 's:comment\|string\|vimSynReg'
6
\ . '\|vimSet\|vimFuncName\|vimNotPatSep'
7
- \ . '\|vimVar\|vimFuncVar\|vimFBVar'
+ \ . '\|vimVar\|vimFuncVar\|vimFBVar\|vimOperParen'
8
9
call matchup#util#patch_match_words(
10
\ '\<aug\%[roup]\s\+\%(END\>\)\@!\S:',
0 commit comments