create budndle_dir
This commit is contained in:
parent
cb81deba57
commit
b6d413179a
@ -38,6 +38,7 @@ function! g:BundleInstall()
|
||||
endfunction
|
||||
|
||||
function! g:BundleSync()
|
||||
execute '!mkdir -p '.g:bundle_dir
|
||||
for bundle in g:bundles
|
||||
let bundle_path = s:BundlePath(bundle)
|
||||
let bundle_uri = g:bundle_uris[bundle]
|
||||
|
Loading…
Reference in New Issue
Block a user