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:
parent
b0170b790d
commit
9a8996a85b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user