aboutsummaryrefslogtreecommitdiff
path: root/vim/config/match.vim
blob: 5c53d63e8984e9a2e978179ec1eb6867492f1666 (plain) (blame)
1
2
3
4
5
6
" Try to run the version of matchit.vim included in the distribution, if there
" is one; extends % to match more than it does by default
silent! runtime macros/matchit.vim

" Match all forms of brackets in pairs (including angle brackets)
set matchpairs=(:),{:},[:],<:>