Browse Source

do not BundleInstall in test/vimrc

- TODO: crashes `vim -g -u test/vimrc`
pull/118/head
gmarik 14 years ago
parent
commit
baa3e989e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/vimrc

+ 1
- 1
test/vimrc View File

@ -57,7 +57,7 @@ filetype plugin indent on " Automatically detect file types.
set wildignore+=doc " should not break helptags
set wildignore+=.git " should not break clone
BundleInstall
" BundleInstall
func! s:assert_bundles() abort
for b in g:bundles


Loading…
Cancel
Save