From 98272f92f39f5089f8b835c48cece5776bd95b62 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 21 Dec 2010 23:36:27 +1000 Subject: [PATCH] Added command-t plugin --- .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 b3a174a..97be43e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "vim/bundle/nerdtree"] path = vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.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..a08fed9 --- /dev/null +++ b/vim/bundle/command-t @@ -0,0 +1 @@ +Subproject commit a08fed9f6c37519e8ca58e6cf0b0c99ae8581ffe