mirror of
https://github.com/vim/vim.git
synced 2026-05-26 20:17:35 +02:00
da64ab322a
Problem: Users who loaded matchit.vim manually have to change their
startup. (Gary Johnson)
Solution: Add a file in the old location that loads the package.
4 lines
109 B
VimL
4 lines
109 B
VimL
" Load the matchit package.
|
|
" For those users who were loading the matchit plugin from here.
|
|
packadd matchit
|