vimenv

configure vim environment
git clone git://git.unixkoans.com/vimenv.git
Log | Files | Refs | Submodules

commit 75344cebc608ad479961e1da8794b1179f5a7782
parent 25d61acda35ce830b3db54a48f8efcb674b93ec0
Author: Xiaodong Xu <[email protected]>
Date:   Sun Jun 30 14:05:47 +0800

Update all plugins

Diffstat:
.gitmodules | 6+++---
_vim/bundle/align | 2+-
_vim/bundle/color_highlight | 2+-
_vim/bundle/commentary | 2+-
_vim/bundle/ctrlp | 2+-
_vim/bundle/endwise | 2+-
_vim/bundle/fugitive | 2+-
_vim/bundle/jellybeans | 2+-
_vim/bundle/matchit | 2+-
_vim/bundle/matchtag | 2+-
_vim/bundle/nerdcommenter | 2+-
_vim/bundle/pathogen | 2+-
_vim/bundle/ruby | 2+-
_vim/bundle/slime | 2+-
_vim/bundle/splitjoin | 2+-
_vim/bundle/surround | 2+-
_vim/bundle/syntastic | 2+-
_vim/bundle/tagbar | 2+-
_vim/bundle/textobj-entire | 2+-
_vim/bundle/textobj-function | 2+-
_vim/bundle/textobj-rubyblock | 2+-
_vim/bundle/textobj-user | 2+-
_vim/bundle/tomorrow | 2+-
23 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -46,9 +46,6 @@ [submodule "_vim/bundle/textobj-user"] path = _vim/bundle/textobj-user url = git://github.com/kana/vim-textobj-user.git -[submodule "_vim/bundle/matchit"] - path = _vim/bundle/matchit - url = git://github.com/mirell/vim-matchit.git [submodule "_vim/bundle/markdown-helper"] path = _vim/bundle/markdown-helper url = git://github.com/xuxiaodong/vim-markdown-helper.git @@ -115,3 +112,6 @@ [submodule "_vim/bundle/tabular"] path = _vim/bundle/tabular url = git://github.com/godlygeek/tabular.git +[submodule "_vim/bundle/matchit"] + path = _vim/bundle/matchit + url = git://github.com/edsono/vim-matchit.git diff --git a/_vim/bundle/align b/_vim/bundle/align @@ -1 +1 @@ -Subproject commit cace4fd5ccf4c2ae8707b3119097d9f9e551960f +Subproject commit 787662fe90cd057942bc5b682fd70c87e1a9dd77 diff --git a/_vim/bundle/color_highlight b/_vim/bundle/color_highlight @@ -1 +1 @@ -Subproject commit 866bb9efc990770b35ce7cf037d111af27f90a53 +Subproject commit ac2956852536056c7decc39aeac41fd65bc68b5e diff --git a/_vim/bundle/commentary b/_vim/bundle/commentary @@ -1 +1 @@ -Subproject commit 50b055633580c65c381ebb310bc1786ff14e3340 +Subproject commit a3ae0df1d9e13941e9e8086637055841ce93f7bd diff --git a/_vim/bundle/ctrlp b/_vim/bundle/ctrlp @@ -1 +1 @@ -Subproject commit 4d5b39c0cf005bc48e6d5916e631c0b444ebc419 +Subproject commit 287b9c12aad2420269576504d1c05d36111a4562 diff --git a/_vim/bundle/endwise b/_vim/bundle/endwise @@ -1 +1 @@ -Subproject commit 74306aa18c03ee2fdb044609e6f0bc866872711d +Subproject commit 9f05e4c0c6163ec52010b0e1e6f66605ae42302d diff --git a/_vim/bundle/fugitive b/_vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 3b278277e0b46711c30a3d1a0083e527b2fb98ed +Subproject commit 00b0916ae2fc4e329f519686348de13d7477d770 diff --git a/_vim/bundle/jellybeans b/_vim/bundle/jellybeans @@ -1 +1 @@ -Subproject commit 2737231a45b02e54c53c1912ba06d7e77502cb46 +Subproject commit c173b85f7a99f3ccc1956040957dc279aa523a8c diff --git a/_vim/bundle/matchit b/_vim/bundle/matchit @@ -1 +1 @@ -Subproject commit 4c6f5e7d4b6e3762d1649b026ab4d73b18d79d78 +Subproject commit ceaf496a3763f3c20bc7f50c2135df4f1775ae05 diff --git a/_vim/bundle/matchtag b/_vim/bundle/matchtag @@ -1 +1 @@ -Subproject commit c7702ab0d6eb5bf10dc7cd12004e9d3f693f0fd3 +Subproject commit 6dfdab1530d47b77a1839b9477f27c33a2f10b26 diff --git a/_vim/bundle/nerdcommenter b/_vim/bundle/nerdcommenter @@ -1 +1 @@ -Subproject commit baa453aad84bbdb999c9d75915886244b98c39f3 +Subproject commit 0b3d928dce8262dedfc2f83b9aeb59a94e4f0ae4 diff --git a/_vim/bundle/pathogen b/_vim/bundle/pathogen @@ -1 +1 @@ -Subproject commit 09f2c3b7d3666124157de759a68afe47d0bb8d25 +Subproject commit f1926ab6731cb1877160ff94d01ea644d257076e diff --git a/_vim/bundle/ruby b/_vim/bundle/ruby @@ -1 +1 @@ -Subproject commit 34a086257a2430a14526daf25b50cc7a2b6894e9 +Subproject commit b60da6c63bba329aa0327a2859639f9a02afc3ed diff --git a/_vim/bundle/slime b/_vim/bundle/slime @@ -1 +1 @@ -Subproject commit 8bfe5436a484cc47e302c4c9dd9889b450a2e203 +Subproject commit b9a1fe67e66ead9e012db064b63082341ee4c763 diff --git a/_vim/bundle/splitjoin b/_vim/bundle/splitjoin @@ -1 +1 @@ -Subproject commit c456bec3e30f943f7cfeebbe00fd8709cd604849 +Subproject commit 3edbabe7c985e909795e68726b3d78a5283540a8 diff --git a/_vim/bundle/surround b/_vim/bundle/surround @@ -1 +1 @@ -Subproject commit 1a73f607f8f5477d6942df2eb6e7245c4864f4d3 +Subproject commit 02199ea0080d744ec76b79d74ce56d51d25cf7ae diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 7b3b63e6df60733382047086eb26b2cc59b3a239 +Subproject commit 47085396902855834147436c2d7b6a2ba64e2ddd diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 768cd6b908331800e7995b2f1dcb3e561f5669c2 +Subproject commit dacf4f273e03446c157692d12fde129c7bebd092 diff --git a/_vim/bundle/textobj-entire b/_vim/bundle/textobj-entire @@ -1 +1 @@ -Subproject commit 6eadc96df0c0a94a05b92e1b1ad83bb9cfab6340 +Subproject commit 8085ed1472c9a21b6eeb2f6ad142b866db51f9f4 diff --git a/_vim/bundle/textobj-function b/_vim/bundle/textobj-function @@ -1 +1 @@ -Subproject commit 3d4ef9169f5507ce3c996280d5b8ea473327b60f +Subproject commit ebd88b7fd4b23c67184f0205111c9aa5ad78b70c diff --git a/_vim/bundle/textobj-rubyblock b/_vim/bundle/textobj-rubyblock @@ -1 +1 @@ -Subproject commit c6b186dd5ad74503439c967e0d2ad863fcba93bc +Subproject commit 97e41086a8ca040e40955a6a968c0b50ae953222 diff --git a/_vim/bundle/textobj-user b/_vim/bundle/textobj-user @@ -1 +1 @@ -Subproject commit 1b738334952a7944d3591253dcc3576b1ccb2c9d +Subproject commit 567931b10b067e96e77ea58a3db668fe0c1d251d diff --git a/_vim/bundle/tomorrow b/_vim/bundle/tomorrow @@ -1 +1 @@ -Subproject commit 00f8345852c3d85ebb320d6dc0b42c7352d856dd +Subproject commit 010d2492ba8f2eea59191fe0f3c33a1dc6ce93a7