view runtime/macros/matchit.vim @ 15501:f1ba08812cf2

Added tag v8.1.0758 for changeset 7ce4992e4ab75bd52f835d26d8709d9de968dade
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Jan 2019 22:30:08 +0100
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