Remove matchit.zip plugin

* This plugin is no longer maintained and is included in vim by default.
* Per the docs at https://github.com/vim-scripts/matchit.zip
  Since vim 6.0, matchit.vim has been included in the standard vim distribution,
  under the macros/ directory; the version here may be more recent.
* The version included in the vim macros directory is the same version
  being added in the vimrc.bundles file from github version 1.13.2
This commit is contained in:
Daniel Nolan 2015-05-06 10:55:57 -04:00 committed by Greg Lazarev
parent 1fcbe111c6
commit 58bb228f75

View file

@ -42,7 +42,6 @@ Plug 'tpope/vim-repeat'
Plug 'tpope/vim-surround'
Plug 'vim-ruby/vim-ruby'
Plug 'vim-scripts/ctags.vim'
Plug 'vim-scripts/matchit.zip'
Plug 'vim-scripts/tComment'
if filereadable(expand("~/.vimrc.bundles.local"))