escape path

This commit is contained in:
gmarik 2011-08-25 12:37:06 -05:00
parent 5ae2d446f5
commit 80e6e3c91a

View File

@ -145,7 +145,7 @@ func! vundle#installer#delete(bang, dir_name) abort
\ 'rm -rf'
let bundle = vundle#config#init_bundle(a:dir_name, {})
let cmd .= ' '.bundle.path()
let cmd .= ' '.shellescape(bundle.path())
let out = s:system(cmd)