view runtime/macros/matchit.vim @ 25007:e7ade92e9674

Added tag v8.2.3040 for changeset 4962219168853797599000b0fb0ccff78b57bdf4
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Jun 2021 21:00:04 +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