view runtime/macros/matchit.vim @ 23107:6daa688e0e24

Added tag v8.2.2099 for changeset b0c88aa0175bdb8bf8d650f6df6e98e259c9e44f
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Dec 2020 14: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