view runtime/macros/matchit.vim @ 29390:f85fcaede57f

Added tag v9.0.0037 for changeset 9ec0dafac7fc5302a4ba443be78a08478517a4bb
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Jul 2022 19: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