view runtime/macros/matchit.vim @ 21694:48d2a443fb3d

Added tag v8.2.1396 for changeset 4e4fd845553d44c879689c435778eeea8b4ee1c4
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Aug 2020 17: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