view runtime/macros/matchit.vim @ 25093:88cb0813ec24

Added tag v8.2.3083 for changeset cd5e8df05a6465fbcbd4498856b75b5ed7dba2b8
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Jul 2021 20:30: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