view runtime/macros/matchit.vim @ 14866:2cc6cfa2b804

Added tag v8.1.0444 for changeset ad5b977b5ad19f2519e117ac3c0670d4252e4e16
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Oct 2018 14:30:08 +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