Skip to content

Commit

Permalink
Remove unused bundle 'edsono/vim-matchit'
Browse files Browse the repository at this point in the history
Since vim 6.0, matchit.vim has been included in the standard vim
distribution, under the macros directory;

References:

- http://www.vim.org/scripts/script.php?script_id=39
- humiaozuzu/dot-vimrc#28
  • Loading branch information
edentsai committed Jun 22, 2017
1 parent 3a7947b commit 33daf25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@
[submodule "bundles/vim-markdown"]
path = bundles/vim-markdown
url = https://github.com/tpope/vim-markdown
[submodule "bundles/vim-matchit"]
path = bundles/vim-matchit
url = https://github.com/edsono/vim-matchit
[submodule "bundles/vim-multiple-cursors"]
path = bundles/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
Expand Down
8 changes: 0 additions & 8 deletions vimrc_neobundle.vim
Original file line number Diff line number Diff line change
Expand Up @@ -464,14 +464,6 @@
call neobundle#untap()
endif
" }
" edsono/vim-matchit - extended % matching for HTML, LaTeX, and many other languages {
NeoBundleLazy 'edsono/vim-matchit', {
\ 'autoload': {
\ 'filetypes': ['xml', 'htm', 'html', 'xhtml', 'phtml'],
\ 'mappings': ['%', 'g%']
\ }
\ }
" }
" godlygeek/tabular - vim script for text filtering and alignment {
NeoBundleLazy 'godlygeek/tabular', {
\ 'autoload': {
Expand Down

0 comments on commit 33daf25

Please sign in to comment.