1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00
This commit is contained in:
wsdjeg 2017-04-25 21:54:20 +08:00
parent 4ece47ba3d
commit 2ad90a06b3

View File

@ -488,6 +488,9 @@ endfunction
function! SpaceVim#welcome() abort
if exists('g:_spacevim_checking_flag')
return
endif
if exists(':Startify') == 2
Startify
endif