command-t

This commit is contained in:
Loic Nageleisen 2011-05-29 16:58:44 +02:00
parent 8beea916fa
commit 8624c651c7
4 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "bundle.available/vim-colors-solarized"] [submodule "bundle.available/vim-colors-solarized"]
path = bundle.available/vim-colors-solarized path = bundle.available/vim-colors-solarized
url = http://github.com/altercation/vim-colors-solarized.git url = http://github.com/altercation/vim-colors-solarized.git
[submodule "bundle.available/command-t"]
path = bundle.available/command-t
url = https://github.com/wincent/Command-T.git

@ -0,0 +1 @@
Subproject commit cee619ac6e906d1c6bfc3052f01ccaa6ac1d4b3c

1
bundle/command-t Symbolic link
View file

@ -0,0 +1 @@
../bundle.available/command-t

View file

@ -0,0 +1 @@
cd ~/.vim/bundle.available/command-t/ruby/command-t && /usr/bin/ruby extconf.rb && make