view runtime/macros/matchit.vim @ 17913:be8ab5bb74ce

Added tag v8.1.1952 for changeset 9fac6d0de69a37d9e0940ebb3bc7623c2ddee042
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Aug 2019 19:15: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