view runtime/macros/matchit.vim @ 18425:d58c4ff92b3f

Added tag v8.1.2206 for changeset 956a9bc4e25ab911ffdcf3b914b4aa21f5b5b101
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Oct 2019 15:15:05 +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