aboutsummaryrefslogtreecommitdiff
path: root/vim/config/match.vim
blob: 896e1d63c99931d439be7232c939c1377b308d16 (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+=<:>