From c168cf00f75c037dd4d4563fb342a85ace504fff Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 11 Aug 2011 11:58:11 -0700 Subject: [PATCH] Add command-t bundle to vim --- .gitmodules | 3 +++ vim/bundle/command-t | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/command-t diff --git a/.gitmodules b/.gitmodules index 55b8d4e..1df1c1e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "vim/bundle/gundo"] path = vim/bundle/gundo url = http://github.com/sjl/gundo.vim.git +[submodule "vim/bundle/command-t"] + path = vim/bundle/command-t + url = git://git.wincent.com/command-t.git diff --git a/vim/bundle/command-t b/vim/bundle/command-t new file mode 160000 index 0000000..3c0dc0a --- /dev/null +++ b/vim/bundle/command-t @@ -0,0 +1 @@ +Subproject commit 3c0dc0a392fbea847ac97efe25f774cf1f2dcda0