view runtime/macros/matchit.vim @ 18923:70df9116845e

Added tag v8.2.0022 for changeset 23f68e3cb66e5340f205e433471270ca623a4bc0
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Dec 2019 21:45:04 +0100
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