view runtime/macros/matchit.vim @ 30450:800b2f95f159

Added tag v9.0.0560 for changeset 55aa44dd59ef237b99bee92d336a506925770c9d
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Sep 2022 20: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