view runtime/macros/matchit.vim @ 23914:b56544307168

Added tag v8.2.2499 for changeset dfdd973cf0c995ddf3f304b7a9739eccd199be64
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Feb 2021 19:15: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