Skip to content

Commit f41cb5a

Browse files
committed
Add vimOperParen to skip (closes #54)
1 parent 61e4b7a commit f41cb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

after/ftplugin/vim_matchup.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set cpo&vim
44

55
let b:match_skip = 's:comment\|string\|vimSynReg'
66
\ . '\|vimSet\|vimFuncName\|vimNotPatSep'
7-
\ . '\|vimVar\|vimFuncVar\|vimFBVar'
7+
\ . '\|vimVar\|vimFuncVar\|vimFBVar\|vimOperParen'
88

99
call matchup#util#patch_match_words(
1010
\ '\<aug\%[roup]\s\+\%(END\>\)\@!\S:',

0 commit comments

Comments
 (0)