view runtime/macros/matchit.vim @ 18523:b5f70c3bcb33

Added tag v8.1.2255 for changeset dfdc29643c910dce8dbd94fbb33425cddb36ae65
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Nov 2019 23:30:04 +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