view runtime/macros/matchit.vim @ 16323:b8fcb5017058

Added tag v8.1.1166 for changeset eb2fd769175f9681790192ceea2d4a35efc43948
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Apr 2019 20:45: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