Browse Source

by default dont use shallow-copy

pull/629/head
Augusto F. Hack 11 years ago
parent
commit
c8a6537600
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle.vim

+ 1
- 1
autoload/vundle.vim View File

@ -87,6 +87,6 @@ let vundle#lazy_load = 0
let vundle#log = []
let vundle#updated_bundles = []
let vundle#threads = 15
let vundle#shallow_copy = 1
let vundle#shallow_copy = 0
" vim: set expandtab sts=2 ts=2 sw=2 tw=78 norl:

Loading…
Cancel
Save