Update some vim bundles and adda few new ones

pull/2/head
Bodaniel Jeanes 2011-02-08 20:46:53 +10:00
parent 677db037f1
commit 0089ebcb87
20 changed files with 37 additions and 14 deletions

12
.gitmodules vendored
View File

@ -94,3 +94,15 @@
[submodule "vim/bundle/AutoAlign"]
path = vim/bundle/AutoAlign
url = https://github.com/vim-scripts/AutoAlign.git
[submodule "vim/bundle/nginx"]
path = vim/bundle/nginx
url = https://github.com/vim-scripts/nginx.vim.git
[submodule "vim/bundle/vimwiki"]
path = vim/bundle/vimwiki
url = https://github.com/vim-scripts/vimwiki.git
[submodule "vim/bundle/speeddating"]
path = vim/bundle/speeddating
url = https://github.com/vim-scripts/speeddating.vim.git
[submodule "vim/bundle/ruby"]
path = vim/bundle/ruby
url = https://github.com/vim-ruby/vim-ruby.git

@ -1 +1 @@
Subproject commit 760df352734666753ceb66a0886e0f0a844c3a48
Subproject commit 2b60d872ba8d61d9130e9386e234f65570403423

@ -1 +1 @@
Subproject commit 1f294b4f1157743bc78d79722a4ea06ee24235d0
Subproject commit 4dfe50a95093da3488a0c0b0928abb591b1cb403

@ -1 +1 @@
Subproject commit b674cb5c7c3c8595e639847cce95f9ba834181e5
Subproject commit d8c887b93b7ceb250c02ee7d9fc36de09f8b120d

@ -1 +1 @@
Subproject commit 156123520b1b0f1e128837a4c51f4246017932d4
Subproject commit af9d44f91bedddb3a60fb7df5f4841143e33ed40

@ -1 +1 @@
Subproject commit 10a4fdb83f8bce3211e2e9202783575224d9ff85
Subproject commit ca001e529f3d02675d66f9dd8b7253ab4f284ee1

@ -1 +1 @@
Subproject commit 7650cdc6621cd15b047dc04605b8b0bc0396564d
Subproject commit 721ad3ecc2ac2ad66a92bf3df9a25964b8f48d2e

1
vim/bundle/nginx 160000

@ -0,0 +1 @@
Subproject commit 152bbb2dc00c2df37049ccf75f68f294208c72cb

@ -1 +1 @@
Subproject commit f8f0555a3881ca478d65085327294127665d486b
Subproject commit 9e91a7a965e6e1edd8303ce5f526ad381dc5a385

1
vim/bundle/ruby 160000

@ -0,0 +1 @@
Subproject commit 8ee9e43bfa1c7e9ef5f38060eded904f787e87bb

@ -1 +1 @@
Subproject commit 4175be7abbf39f13e01252d25362e6551fbd14fd
Subproject commit 4d351d3bfafedc2f6d36927548b7aa11b614f1fd

@ -0,0 +1 @@
Subproject commit 7755ef6ab68e55167f1cae07190b3b9da57d6654

@ -1 +1 @@
Subproject commit c6d704c6daf64b85828d99a88f9099efc7e01299
Subproject commit de3ece9e3669641019eec14af405777ac0953072

@ -1 +1 @@
Subproject commit 193649616c560f15bc8bcd9b15fd96d1bdaeb2ee
Subproject commit d9e6bfdd902fc661c8fd58ede248ccfc3b3039d7

@ -1 +1 @@
Subproject commit 7e183dd2e2985c2c88cb62df7cc839fd6c265dda
Subproject commit 85f11ca1382cd00a01529fbcaa56bf07ae50f5fd

@ -1 +1 @@
Subproject commit f4d460ea92527f242e447aab37e3fd180ceef526
Subproject commit 1835018f9622d05fb55298b0db3afa3db39a8032

@ -1 +1 @@
Subproject commit ea53988472604c1c1235a70a78de079d38c98342
Subproject commit c6b186dd5ad74503439c967e0d2ad863fcba93bc

@ -1 +1 @@
Subproject commit 9b898d31988640f2bbc07fc35f588bd1247ffa33
Subproject commit 2f4bb087756084fe703bd8b23c267d799e866ef0

View File

@ -0,0 +1,7 @@
#!/bin/sh
for i in `find . -type d -depth 1`; do
cd $i
git pull origin master &
cd ..
done

@ -0,0 +1 @@
Subproject commit 78ee71394a23317746e752b86bf4eb08a25213dc