view runtime/macros/matchit.vim @ 18965:0eb2333df312

Added tag v8.2.0043 for changeset 8295f4061dc2a13de9a80332602a15b644f081e5
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Dec 2019 16:00: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