vim/runtime/macros/matchit.vim
Bram Moolenaar 8cc2a9c062 patch 8.0.0321: errors when trying to use scripts in tiny version
Problem:    When using the tiny version trying to load the matchit plugin
            gives an error. On MS-Windows some default mappings fail.
Solution:   Add a check if the command used is available. (Christian Brabandt)
2017-02-09 20:22:30 +01:00

5 lines
124 B
VimL

" Load the matchit package.
" For those users who were loading the matchit plugin from here.
if 1
packadd matchit
endif