1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00
This commit is contained in:
Wang Shidong 2018-06-03 21:38:44 +08:00 committed by GitHub
parent 163ca7a141
commit a4c44a6a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ try
call SpaceVim#begin()
catch
" Update the rtp only when SpaceVim is not contained in runtimepath.
let &runtimepath += ',' . fnamemodify(g:_spacevim_root_dir, ':p:h:h')
let &runtimepath .= ',' . fnamemodify(g:_spacevim_root_dir, ':p:h:h')
call SpaceVim#begin()
endtry