view runtime/macros/matchit.vim @ 19531:d984a63f23df

Added tag v8.2.0322 for changeset 48e71f9483605f2f51fa3abe32ef05c56c83d6fb
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 20:30:10 +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