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:
parent
831ee98d15
commit
471b8f474b
@ -50,7 +50,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 "'
|
||||||
\ . g:spacevim_plugin_bundle_dir
|
\ . expand(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…
x
Reference in New Issue
Block a user