view runtime/macros/matchit.vim @ 33641:be8288cd6548

Added tag v9.0.2060 for changeset c4d19e3171b7cc06f955ab8fe985e28044a7df7c
author Christian Brabandt <cb@256bit.org>
date Mon, 23 Oct 2023 19:30:06 +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