From 7c30acb1637dc3cd9d0f6567ba33020425db4649 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 3 Feb 2012 19:26:17 +0100 Subject: [PATCH] removed command-t, purged configs --- .gitmodules | 3 --- bundle/command-t | 1 - vimrc | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 bundle/command-t diff --git a/.gitmodules b/.gitmodules index 197e8f4..b3e5e89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "bundle/command-t"] - path = bundle/command-t - url = https://github.com/wincent/Command-T.git [submodule "bundle/supertab"] path = bundle/supertab url = https://github.com/ervandew/supertab.git diff --git a/bundle/command-t b/bundle/command-t deleted file mode 160000 index f19aee0..0000000 --- a/bundle/command-t +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f19aee00f6b7a9c451a7aa168e05f0cdd0d99374 diff --git a/vimrc b/vimrc index 5d8eeb1..299c09c 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,7 @@ " lloeki's vimrc "bundle loading via pathogen -let g:pathogen_disabled = ['pyflakes-vim', 'vim-matchit', 'vim-repeat', 'closetag', 'command-t'] +let g:pathogen_disabled = ['matchit', 'repeat', 'closetag'] filetype off runtime bundle/pathogen/autoload/pathogen.vim