aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/macros.vim
blob: 585eedc804fe86b886817d5f58d2ec845077bccb (plain) (blame)
1
2
3
4
5
" If we don't have packages (Vim < 8.0), try to load matchit.vim from the
" older macros location in the distributed runtime instead
if !has('packages')
  silent! runtime macros/matchit.vim
endif