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