Browse Source

custom bundle_dir

pull/811/head
Kelly Apollo 9 years ago
committed by GitHub
parent
commit
f18fd892ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle.vim

+ 1
- 1
autoload/vundle.vim View File

@ -81,7 +81,7 @@ func! vundle#end(...) abort
endf
" Initialize some global variables used by Vundle.
let vundle#bundle_dir = expand('$HOME/.vim/bundle', 1)
let vundle#bundle_dir = expand('$HOME/Dropbox/Vim/bundle', 1)
let vundle#bundles = []
let vundle#lazy_load = 0
let vundle#log = []


Loading…
Cancel
Save