view runtime/macros/matchit.vim @ 19335:fcd98c9a13e4

Added tag v8.2.0225 for changeset 61646c1896226aa1169c62f62ebb11355af4ca13
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Feb 2020 21:30: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