Browse Source

escape path

pull/86/merge
gmarik 15 years ago
parent
commit
80e6e3c91a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

+ 1
- 1
autoload/vundle/installer.vim 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)


Loading…
Cancel
Save