g:bundle_dir/.vundle is a storage dir now
- do not clutter up ~/
This commit is contained in:
parent
3f4ed10b55
commit
22b86e2979
@ -115,7 +115,7 @@ func! s:fetch_scripts(to)
|
|||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:load_scripts(bang)
|
func! s:load_scripts(bang)
|
||||||
let f = expand('$HOME/.vim-vundle/vim-scripts.org.json')
|
let f = expand(g:bundle_dir.'/.vundle/vim-scripts.org.json')
|
||||||
if a:bang || !filereadable(f)
|
if a:bang || !filereadable(f)
|
||||||
if 0 != s:fetch_scripts(f)
|
if 0 != s:fetch_scripts(f)
|
||||||
return []
|
return []
|
||||||
|
Loading…
Reference in New Issue
Block a user