vimenv

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

commit 3e56869aed83704228597d353e41bd908cf1465d
parent d17310b7f96a257cab99fcaeaa14d9f20fbfff58
Author: Xiaodong Xu <[email protected]>
Date:   Sun Apr 15 14:37:06 +0800

Add Vim plugins

Diffstat:
.gitmodules | 9++++++---
_vim/bundle/Command-T | 1-
_vim/bundle/align | 1+
_vim/bundle/command-t | 1+
vimenv | 2+-
5 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -13,9 +13,6 @@ [submodule "_vim/bundle/smartinput"] path = _vim/bundle/smartinput url = git://github.com/kana/vim-smartinput.git -[submodule "_vim/bundle/Command-T"] - path = _vim/bundle/Command-T - url = git://github.com/wincent/Command-T.git [submodule "_vim/bundle/nerdcommenter"] path = _vim/bundle/nerdcommenter url = git://github.com/scrooloose/nerdcommenter.git @@ -25,3 +22,9 @@ [submodule "_vim/bundle/tabular"] path = _vim/bundle/tabular url = git://github.com/godlygeek/tabular.git +[submodule "_vim/bundle/align"] + path = _vim/bundle/align + url = git://github.com/vim-scripts/Align.git +[submodule "_vim/bundle/command-t"] + path = _vim/bundle/command-t + url = git://github.com/wincent/Command-T.git diff --git a/_vim/bundle/Command-T b/_vim/bundle/Command-T @@ -1 +0,0 @@ -Subproject commit ca5566eb312f57b9f4091023cfc03ad8e692bf29 diff --git a/_vim/bundle/align b/_vim/bundle/align @@ -0,0 +1 @@ +Subproject commit cace4fd5ccf4c2ae8707b3119097d9f9e551960f diff --git a/_vim/bundle/command-t b/_vim/bundle/command-t @@ -0,0 +1 @@ +Subproject commit ca5566eb312f57b9f4091023cfc03ad8e692bf29 diff --git a/vimenv b/vimenv @@ -28,7 +28,7 @@ def edit end def add(author_slash_name) - name = author_slash_name.gsub(/^.*\/(?:vim-)?(.*?)(?:\.vim)?$/, '\1') + name = author_slash_name.gsub(/^.*\/(?:vim-)?(.*?)(?:\.vim)?$/, '\1').downcase src = 'git://github.com/' + author_slash_name + '.git' desc = '_vim/bundle/' + name