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