Browse Source

create budndle_dir

pull/10/head
gmarik 15 years ago
parent
commit
b6d413179a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      plugin/vundle.vim

+ 1
- 0
plugin/vundle.vim View File

@ -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…
Cancel
Save