Skip to content

Commit

Permalink
Add vimOperParen to skip (closes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed Mar 8, 2019
1 parent 61e4b7a commit f41cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/ftplugin/vim_matchup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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(
\ '\<aug\%[roup]\s\+\%(END\>\)\@!\S:',
Expand Down

0 comments on commit f41cb5a

Please sign in to comment.