From 2c42f4ab57fe0a7a352a8ed4489d8b98efaf68ca Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 13 Dec 2011 10:32:34 +0100 Subject: [PATCH] disabling commant-t --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5e576bd..4bac0c7 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'] +let g:pathogen_disabled = ['pyflakes-vim', 'vim-matchit', 'vim-repeat', 'closetag', 'command-t'] filetype off runtime bundle/vim-pathogen/autoload/pathogen.vim