view runtime/macros/matchit.vim @ 18332:de63e2137a96

Added tag v8.1.2160 for changeset 3e657635ca368bd716c109bd5d249070834fabae
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 18:45:05 +0200
parents 9130644aec5c
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