mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Fix #468
This commit is contained in:
parent
4ece47ba3d
commit
2ad90a06b3
@ -488,6 +488,9 @@ endfunction
|
||||
|
||||
|
||||
function! SpaceVim#welcome() abort
|
||||
if exists('g:_spacevim_checking_flag')
|
||||
return
|
||||
endif
|
||||
if exists(':Startify') == 2
|
||||
Startify
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user