mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 17:05:42 +08:00
fix exe command
This commit is contained in:
parent
3d843a7076
commit
ec5131d2af
@ -42,10 +42,10 @@ function! s:install_manager() abort
|
|||||||
let g:spacevim_dein_installed = 1
|
let g:spacevim_dein_installed = 1
|
||||||
else
|
else
|
||||||
if executable('git')
|
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)
|
\ . fnameescape(g:spacevim_plugin_bundle_dir)
|
||||||
\ . join(['repos', 'github.com',
|
\ . join(['repos', 'github.com',
|
||||||
\ 'Shougo', 'dein.vim'], s:Fsep)
|
\ 'Shougo', 'dein.vim"'], s:Fsep)
|
||||||
let g:spacevim_dein_installed = 1
|
let g:spacevim_dein_installed = 1
|
||||||
else
|
else
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user