view runtime/macros/matchit.vim @ 20789:7177dae667cd

Added tag v8.2.0946 for changeset 072ad890c227d8361eb3061f67e6b33c6998f80c
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 16:00: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