aboutsummaryrefslogblamecommitdiff
path: root/vim/plugin/matchit.vim
blob: 31e6e37d1c61f02285c8a9cdc3eaace77f56bd61 (plain) (tree)
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