aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin/matchit.vim
blob: 63be6440626ca95b02bcfb1baa870fbc2814f406 (plain) (blame)
1
2
3
4
" Nvim: load the matchit plugin by default.
if stridx(&packpath, $VIMRUNTIME) >= 0
  packadd matchit
endif