vimenv

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

commit 6e0f7215f069185cd9c764c04922361719566ec5
parent 9986e1c6fd301f125b90405b1eca58efc3e79025
Author: Xiaodong Xu <[email protected]>
Date:   Sun Apr 22 18:58:24 +0800

Add ctrlp and remove command-t

Diffstat:
.gitmodules | 12+++++++++---
_vim/bundle/closetag | 1+
_vim/bundle/command-t | 1-
_vim/bundle/ctrlp | 1+
_vim/bundle/fugitive | 2+-
_vim/bundle/smartinput | 2+-
_vim/bundle/surround | 1+
_vim/bundle/tagbar | 2+-
_vimrc | 2+-
9 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -25,9 +25,6 @@ [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 [submodule "_vim/bundle/gist"] path = _vim/bundle/gist url = git://github.com/mattn/gist-vim.git @@ -37,3 +34,12 @@ [submodule "_vim/bundle/miro"] path = _vim/bundle/miro url = git://github.com/xuxiaodong/miro-vim.git +[submodule "_vim/bundle/ctrlp"] + path = _vim/bundle/ctrlp + url = git://github.com/kien/ctrlp.vim.git +[submodule "_vim/bundle/closetag"] + path = _vim/bundle/closetag + url = git://github.com/docunext/closetag.vim.git +[submodule "_vim/bundle/surround"] + path = _vim/bundle/surround + url = git://github.com/tpope/vim-surround.git diff --git a/_vim/bundle/closetag b/_vim/bundle/closetag @@ -0,0 +1 @@ +Subproject commit 060109359b81b53dfad7206e23f86007d895996f diff --git a/_vim/bundle/command-t b/_vim/bundle/command-t @@ -1 +0,0 @@ -Subproject commit ca5566eb312f57b9f4091023cfc03ad8e692bf29 diff --git a/_vim/bundle/ctrlp b/_vim/bundle/ctrlp @@ -0,0 +1 @@ +Subproject commit e61e7d5b801ade5fcefeab3aca75c1f37d54bdf1 diff --git a/_vim/bundle/fugitive b/_vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit 60fdd95b95ff4918ee4ce8b2086dbd2098c6492c +Subproject commit 1b6c0cbfb66dd6827c4902bf340d3e53e710097a diff --git a/_vim/bundle/smartinput b/_vim/bundle/smartinput @@ -1 +1 @@ -Subproject commit 4dd4d6679113716937d0dbbaf41c4175b8ad4dac +Subproject commit 78ab4b3df24fa2753d3dfc1be75ed5a3df1565b8 diff --git a/_vim/bundle/surround b/_vim/bundle/surround @@ -0,0 +1 @@ +Subproject commit 489a1e8c676ad47dd358dbf883bfaf492148d38b diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit f14c81770b3d22f9e82761c151885ef04444690d +Subproject commit 814bb41ecfb90313e7188745bc3913abdb747af1 diff --git a/_vimrc b/_vimrc @@ -78,7 +78,7 @@ set whichwrap+=<,>,h,l set list set listchars=tab:›\ ,eol:¬ -set formatprg=par-format\ -w78 +"set formatprg=par-format\ -w78 "-- search --"