view runtime/macros/matchit.vim @ 26082:b09f70b14a30

Added tag v8.2.3574 for changeset 6b6163d42b228680c1bfdb02e6493a6e930e1f33
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Nov 2021 00:00:06 +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