Browse Source

add command-t to test autogroup hooks

events
gmarik 15 years ago
parent
commit
affcdbbee4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      test/vimrc

+ 3
- 0
test/vimrc View File

@ -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


Loading…
Cancel
Save