Browse Source

tests

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

+ 9
- 3
test/vimrc View File

@ -30,15 +30,19 @@ Bundle 'github:mattn/gist-vim.git'
Bundle '~/Dropbox/.gitrepos/utilz.vim.git'
" Bundle 'file://Dropbox/.gitrepos/utilz.vim.git'
" nosync
Bundle! '~/.vim/vundle.git/test/'
" with options
Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'}
" Camel case
Bundle 'vim-scripts/RubySinatra'
" NOSYNC
" existing directory
Bundle! '~/.vim/vundle.git/test/'
" just create one
Bundle! 'a_plugin'
filetype plugin indent on " Automatically detect file types.
set wildignore+=doc " should not break helptags
@ -53,4 +57,6 @@ func! s:assert_bundles() abort
endfor
endf
if 'ok' != g:vundle_test_plugin() | throw 'ooops' | endif
call s:assert_bundles()

Loading…
Cancel
Save