aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/matchit.vim
blob: 392b2728cc5c73af22ecf4d855375434370118dd (plain) (blame)
1
2
3
4
5
6
" Get matchit.vim, one way or another
if has('packages')
  packadd matchit
else
  runtime macros/matchit.vim
endif