view runtime/macros/matchit.vim @ 20771:8aa004f7e48f

Added tag v8.2.0937 for changeset b366a0fe8296909b1be3bcf04468d7c63120d6c2
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Jun 2020 17:45: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