view runtime/macros/matchit.vim @ 26419:63949665868b

Added tag v8.2.3740 for changeset 9a1b96ae26d1e2fa850188a13e5777a0909b452a
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 12:45:05 +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