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