Browse Source

Merge c7fcba1c74 into 6497e37694

pull/794/merge
Harshavardhan Kamarthi 9 years ago
committed by GitHub
parent
commit
18d78480bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle.vim

+ 1
- 1
autoload/vundle.vim View File

@ -80,7 +80,7 @@ func! vundle#end(...) abort
call vundle#config#activate_bundles()
endf
" Initialize some global variables used by Vundle.
" Initialize some global variables used by Vundle. Yeah Right!
let vundle#bundle_dir = expand('$HOME/.vim/bundle', 1)
let vundle#bundles = []
let vundle#lazy_load = 0


Loading…
Cancel
Save