view runtime/macros/matchit.vim @ 17029:959f0016be06

Added tag v8.1.1514 for changeset 70933f7b5de46580e5e854dc5c51f914fa2fd421
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Jun 2019 15:00:07 +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