1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

Add expand func

This commit is contained in:
wsdjeg 2017-04-01 22:42:23 +08:00
parent 831ee98d15
commit 471b8f474b

View File

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