summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/plugin/matchit.vim
AgeCommit message (Collapse)AuthorFiles
2020-11-04Add g:loaded_matchit check (#13226)Shougo1
I have added g:loaded_matchit check to skip matchit loading like other default plugins.
2019-08-04runtime/matchit.vim: workaround broken 'packpath'Justin M. Keyes1
fix #10680
2019-08-01runtime: move matchit.vim to /pack/dist/opt/Justin M. Keyes1
Align matchit.vim with upstream Vim. We don't want to maintain a fork of matchit.vim; our small changes should be sent to https://github.com/chrisbra/matchit
2019-07-29vim-patch:314dd79cac2aJustin M. Keyes1
Update runtime files. https://github.com/vim/vim/commit/314dd79cac2adc10304212d1980d23ecf6782cfc
2019-07-29vim-patch:4c05fa08c973Justin M. Keyes1
Update runtime files https://github.com/vim/vim/commit/4c05fa08c9739e307ddc88ac91ba6d208f1fd68e
2018-11-28matchit.vim: s:MultiMatch(): return DictJustin M. Keyes1
2018-11-13vim-patch:8.1.0143: matchit and matchparen don't handle E363Jan Edmund Lazo1
Problem: Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt) https://github.com/vim/vim/commit/3d1d6475f9665660c80cc53a7da2d5450b8b8d08
2017-11-07vim-patch:37c64c78fd87Justin M. Keyes1
Note: Ignored changes to matchit.vim in favor of faca81411628. --- Update runtime files. https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb
2017-11-07vim-patch:e0720cbf63ebJustin M. Keyes1
Update runtime files. https://github.com/vim/vim/commit/e0720cbf63eb3045be8d965e3182c0c392c7b5e9
2017-04-19vim-patch:e4a3bcf28d92Justin M. Keyes1
Updated runtime files. Add Scala files. https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
2016-10-24doc; vim-patch.shJustin M. Keyes1
Also include missing changes from: https://github.com/vim/vim/commit/06d2d38ab7564e1f784b1058a4ef4580cd6d1810 https://github.com/vim/vim/commit/26852128a2b713ef49341a0c18daba928444e7eb
2016-07-30matchit.vim: preserve jumplist (#5124)Tommy Allen1
2016-04-16vim-patch:fc39ecDavid Barnett1
Update runtime files. https://github.com/vim/vim/commit/fc39ecf8ded5466d7e9cbde8db75517718b023d8
2015-06-04plugin: enable the matchit plugin by default #2723Felipe Morales1
Reviewed-by: Scott Prager <splinterofchaos@gmail.com> Reviewed-by: Michael Reed <m.reed@mykolab.com>