mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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
|