Files
neovim/runtime/plugin/matchit.vim
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
138 B
VimL
Raw Normal View History

" Nvim: load the matchit plugin by default.
2020-11-05 08:46:03 +09:00
if !exists("g:loaded_matchit") && stridx(&packpath, $VIMRUNTIME) >= 0
packadd matchit
endif