1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

Fix welcome func

This commit is contained in:
wsdjeg 2017-04-25 21:59:35 +08:00
parent 2ad90a06b3
commit 8baf984f8f

View File

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