vimenv

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

commit 7b71741666576e08ea420651f8428567bd500a03
parent 527309fe6b299b0d13deb8bb560839511ca5067b
Author: Xiaodong Xu <[email protected]>
Date:   Sun Dec  1 16:10:36 +0800

Add python-mode

Diffstat:
.gitmodules | 3+++
_vim/bundle/argumentative | 2+-
_vim/bundle/color_highlight | 2+-
_vim/bundle/endwise | 2+-
_vim/bundle/fugitive | 2+-
_vim/bundle/indent-guides | 1+
_vim/bundle/neocomplcache | 2+-
_vim/bundle/nginx-vim-syntax | 2+-
_vim/bundle/perl | 2+-
_vim/bundle/perlhelp | 2+-
_vim/bundle/python-mode | 1+
_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-rubyblock | 2+-
_vim/bundle/tomorrow | 2+-
_vim/bundle/ultisnips | 2+-
_vim/bundle/unite | 2+-
_vim/bundle/vimux | 2+-
22 files changed, 24 insertions(+), 19 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -142,3 +142,6 @@ [submodule "_vim/bundle/nginx-vim-syntax"] path = _vim/bundle/nginx-vim-syntax url = git://github.com/evanmiller/nginx-vim-syntax.git +[submodule "_vim/bundle/python-mode"] + path = _vim/bundle/python-mode + url = git://github.com/klen/python-mode.git diff --git a/_vim/bundle/argumentative b/_vim/bundle/argumentative @@ -1 +1 @@ -Subproject commit 70c7ec0b64c78863059e41183443574abe5ea905 +Subproject commit b0ae698e8ea30da41c9c697e861455e673d41cdc diff --git a/_vim/bundle/color_highlight b/_vim/bundle/color_highlight @@ -1 +1 @@ -Subproject commit 3c9429894d63332bbe9b3895667e59f2274be284 +Subproject commit e3b56593295c110b90ef178ec91901af4f9b29b9 diff --git a/_vim/bundle/endwise b/_vim/bundle/endwise @@ -1 +1 @@ -Subproject commit 9346e24b4b32b743f621a0d3debe6a1fe04c81ab +Subproject commit b2a7fd53dfc4189ae83a8c2b8c4578cfae93d2e5 diff --git a/_vim/bundle/fugitive b/_vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9 +Subproject commit 34e2d2538a634a0a820a56994333ffa1fec1bc58 diff --git a/_vim/bundle/indent-guides b/_vim/bundle/indent-guides @@ -0,0 +1 @@ +Subproject commit eec1b629dc4cfa3986d20f21d4b4489732cd3f5a diff --git a/_vim/bundle/neocomplcache b/_vim/bundle/neocomplcache @@ -1 +1 @@ -Subproject commit 1fa29a2faa5e68a4cad17662b44cef41960c47fe +Subproject commit da44ba4a92eef3860bdee2d96d755a7171889a70 diff --git a/_vim/bundle/nginx-vim-syntax b/_vim/bundle/nginx-vim-syntax @@ -1 +1 @@ -Subproject commit 4c271c948f5487d45a1735654da98ffa7e1936ae +Subproject commit d4d2ab1f6a152af8912f719090625d9b99f78ea9 diff --git a/_vim/bundle/perl b/_vim/bundle/perl @@ -1 +1 @@ -Subproject commit 3efe9ad2ba125f1426cd80c5d76886f581ecaab5 +Subproject commit 251ab3b1962a161c6219a722ddc8bcc0a94ae83f diff --git a/_vim/bundle/perlhelp b/_vim/bundle/perlhelp @@ -1 +1 @@ -Subproject commit 627b81829af158b521a6fdf9c92951a823608952 +Subproject commit 612604c847d571be284626a7b48c6a88f45f68ec diff --git a/_vim/bundle/python-mode b/_vim/bundle/python-mode @@ -0,0 +1 @@ +Subproject commit b658e59f5dd6f8f4739dfcf102dbde920dd4f6fc diff --git a/_vim/bundle/ruby b/_vim/bundle/ruby @@ -1 +1 @@ -Subproject commit f4c550e26483ce27b87440f27186dcb566a54a80 +Subproject commit 2597860f4ee117d6d762d6caa98e73e89e41769b diff --git a/_vim/bundle/slime b/_vim/bundle/slime @@ -1 +1 @@ -Subproject commit b9a1fe67e66ead9e012db064b63082341ee4c763 +Subproject commit 02b9367d103ae8c41f7159f7278afa68a5b51d95 diff --git a/_vim/bundle/splitjoin b/_vim/bundle/splitjoin @@ -1 +1 @@ -Subproject commit 3edbabe7c985e909795e68726b3d78a5283540a8 +Subproject commit 2f391b11e1fbf2f77c2ece48c537610758646c2f diff --git a/_vim/bundle/surround b/_vim/bundle/surround @@ -1 +1 @@ -Subproject commit 02199ea0080d744ec76b79d74ce56d51d25cf7ae +Subproject commit 42e9b46e7a20a2f394664874c7bbd9d6f6c39e8a diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 3a03fee48c24d0116c529769664750a43a206ee7 +Subproject commit 1ee2930e242056bd6cdd250bc9116a66036c6c6e diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 24efd12f50a5c97449087fbdef4a994349ab90cc +Subproject commit 87bbb46e959e455bb5e488c4197b61a46927b20e diff --git a/_vim/bundle/textobj-rubyblock b/_vim/bundle/textobj-rubyblock @@ -1 +1 @@ -Subproject commit 97e41086a8ca040e40955a6a968c0b50ae953222 +Subproject commit ae54af7d2c957fa5dda50b07cf0cb2ccf1d0146f diff --git a/_vim/bundle/tomorrow b/_vim/bundle/tomorrow @@ -1 +1 @@ -Subproject commit 17fbf5290a6da151c03d28942cc7bd4d5d269dd0 +Subproject commit 5d66e710109e27dea0f485d72c87e52b8109b462 diff --git a/_vim/bundle/ultisnips b/_vim/bundle/ultisnips @@ -1 +1 @@ -Subproject commit 84c36fccd88d6ddbc73f62abfd7f3e56523422e9 +Subproject commit cca1deb78ccc9fc6267202f36c62cc767b3138aa diff --git a/_vim/bundle/unite b/_vim/bundle/unite @@ -1 +1 @@ -Subproject commit 46544ad16ed52113eb9e1b5cae72c483de04346f +Subproject commit 84ccbde67cabcd01ac873491b4fe0265809c842b diff --git a/_vim/bundle/vimux b/_vim/bundle/vimux @@ -1 +1 @@ -Subproject commit be0a60ec701c9a8d124ea677aca89a88e2ad03df +Subproject commit f56788990df10da1042725af6d8414fef16e6493