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