view runtime/macros/matchit.vim @ 20684:635e76ab3722

Added tag v8.2.0895 for changeset 3a9dcfe626919757a1e822d6ec30d5caba1a9a38
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Jun 2020 22:30: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