view runtime/macros/matchit.vim @ 30818:a4597b441141

Added tag v9.0.0743 for changeset e95794dadf52021e3838b618a15bdc2d31502dfd
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Oct 2022 17:45:03 +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