From b6d413179ab78c1ef93a5db20ac78a3fcf28bfca Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 17 Oct 2010 19:25:17 -0500 Subject: [PATCH] create budndle_dir --- plugin/vundle.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/vundle.vim b/plugin/vundle.vim index eaf9966..795e598 100644 --- a/plugin/vundle.vim +++ b/plugin/vundle.vim @@ -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]