mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 13:20:05 +08:00
Remove fnameescape
This commit is contained in:
parent
ec5131d2af
commit
ff12bf6ced
@ -43,7 +43,7 @@ function! s:install_manager() abort
|
|||||||
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)
|
\ . 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
|
||||||
|
Loading…
Reference in New Issue
Block a user