view runtime/macros/matchit.vim @ 17874:3d22626f9c09

Added tag v8.1.1933 for changeset d50a5faa75bd04afd4d1d2ddccd9e3b0684dbcdb
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Aug 2019 23:00:04 +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