view runtime/macros/matchit.vim @ 31413:989db125b24d

Added tag v9.0.1039 for changeset 742b7bf2fefc217ffbd08a5bfd1caea98db990af
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Dec 2022 13:30: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