view runtime/macros/matchit.vim @ 10863:9130644aec5c v8.0.0321

patch 8.0.0321: errors when trying to use scripts in tiny version commit https://github.com/vim/vim/commit/8cc2a9c062fa38e133a62778518f769a423a2526 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 9 20:22:30 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Feb 2017 20:30:05 +0100
parents b1ca6aa215b7
children
line wrap: on
line source

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