view runtime/macros/matchit.vim @ 21452:22fa8f778a02

Added tag v8.2.1276 for changeset 756562af426e86fa840f335bf70ad8811de8d65b
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jul 2020 15: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