aboutsummaryrefslogtreecommitdiff
path: root/vim/config/packages.vim
blob: f03595eb74065ccc4099d0beabbb7c1cf9b28356 (plain) (blame)
1
2
3
4
5
" Add the packaged version of matchit.vim included in the distribution, if
" possible; after/plugin/macros.vim loads this for older Vims
if has('packages')
  silent! packadd! matchit
endif