view runtime/macros/matchit.vim @ 21750:3a928a619b67

Added tag v8.2.1424 for changeset e86237409bd20b0e6d8909e9ed8b43fd904b7589
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Aug 2020 23:15:05 +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