escape path
This commit is contained in:
parent
5ae2d446f5
commit
80e6e3c91a
@ -145,7 +145,7 @@ func! vundle#installer#delete(bang, dir_name) abort
|
|||||||
\ 'rm -rf'
|
\ 'rm -rf'
|
||||||
|
|
||||||
let bundle = vundle#config#init_bundle(a:dir_name, {})
|
let bundle = vundle#config#init_bundle(a:dir_name, {})
|
||||||
let cmd .= ' '.bundle.path()
|
let cmd .= ' '.shellescape(bundle.path())
|
||||||
|
|
||||||
let out = s:system(cmd)
|
let out = s:system(cmd)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user