mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:10:06 +08:00
Remove fnameescape
This commit is contained in:
parent
ec5131d2af
commit
ff12bf6ced
@ -43,7 +43,7 @@ function! s:install_manager() abort
|
||||
else
|
||||
if executable('git')
|
||||
exec '!git clone https://github.com/Shougo/dein.vim "'
|
||||
\ . fnameescape(g:spacevim_plugin_bundle_dir)
|
||||
\ . g:spacevim_plugin_bundle_dir
|
||||
\ . join(['repos', 'github.com',
|
||||
\ 'Shougo', 'dein.vim"'], s:Fsep)
|
||||
let g:spacevim_dein_installed = 1
|
||||
|
Loading…
Reference in New Issue
Block a user