From affcdbbee4c6e5e5787d0c62b7c838bec5b8334c Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 30 Apr 2011 13:53:54 -0500 Subject: [PATCH] add command-t to test autogroup hooks --- test/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/vimrc b/test/vimrc index 721e1c2..41d36a2 100644 --- a/test/vimrc +++ b/test/vimrc @@ -34,6 +34,9 @@ Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'} " Camel case Bundle 'vim-scripts/RubySinatra' +" PostInstall +Bundle 'wincent/Command-T' + filetype plugin indent on " Automatically detect file types. set wildignore+=doc " should not break helptags