From bf6b9dedcf6eefaeb1b09b41e642173e70c2c754 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Wed, 11 Jan 2012 14:26:52 -0800 Subject: [PATCH] Changed wincent-commandT to skwp-commandT in order to merge bugfixes --- .gitmodules | 6 +++--- vim/bundle/{wincent-Command-T => skwp-Command-T} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename vim/bundle/{wincent-Command-T => skwp-Command-T} (100%) diff --git a/.gitmodules b/.gitmodules index 0327d6c6..8b1c7dff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,9 +106,6 @@ [submodule "vim/snippets"] path = vim/snippets url = https://github.com/scrooloose/snipmate-snippets.git -[submodule "vim/bundle/wincent-Command-T"] - path = vim/bundle/wincent-Command-T - url = https://github.com/wincent/Command-T [submodule "vim/bundle/skwp-vim-git-grep-rails-partial"] path = vim/bundle/skwp-vim-git-grep-rails-partial url = https://github.com/skwp/vim-git-grep-rails-partial @@ -196,3 +193,6 @@ [submodule "vim/bundle/claco-jasmine"] path = vim/bundle/claco-jasmine url = https://github.com/claco/jasmine.vim +[submodule "vim/bundle/skwp-Command-T"] + path = vim/bundle/skwp-Command-T + url = https://github.com/skwp/Command-T diff --git a/vim/bundle/wincent-Command-T b/vim/bundle/skwp-Command-T similarity index 100% rename from vim/bundle/wincent-Command-T rename to vim/bundle/skwp-Command-T