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

Remove fnameescape

This commit is contained in:
wsdjeg 2017-02-16 20:40:36 +08:00
parent ec5131d2af
commit ff12bf6ced

View File

@ -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