view runtime/macros/matchit.vim @ 16739:bf8c594e9fde

Added tag v8.1.1371 for changeset b52ea9c5f1db4666ab21459b021adf37683dbf4f
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 May 2019 21:45: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