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