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

Do not focus to vimfiler

This commit is contained in:
wsdjeg 2017-05-05 20:29:09 +08:00
parent b0170b790d
commit 9a8996a85b

View File

@ -508,9 +508,7 @@ function! SpaceVim#welcome() abort
\ && get(g:, '_spacevim_checking_flag', 0) == 0
if exists(':VimFiler') == 2
VimFiler
if empty(f)
wincmd p
endif
wincmd p
elseif exists(':NERDTreeToggle') == 2
NERDTreeToggle
wincmd p