1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:20:04 +08:00

fix exe command

This commit is contained in:
wsdjeg 2017-02-15 21:59:47 +08:00
parent 3d843a7076
commit ec5131d2af

View File

@ -42,10 +42,10 @@ function! s:install_manager() abort
let g:spacevim_dein_installed = 1
else
if executable('git')
exec '!git clone https://github.com/Shougo/dein.vim '
exec '!git clone https://github.com/Shougo/dein.vim "'
\ . fnameescape(g:spacevim_plugin_bundle_dir)
\ . join(['repos', 'github.com',
\ 'Shougo', 'dein.vim'], s:Fsep)
\ 'Shougo', 'dein.vim"'], s:Fsep)
let g:spacevim_dein_installed = 1
else
echohl WarningMsg