mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:30:05 +08:00
parent
61e087d498
commit
144ac248cd
@ -31,7 +31,6 @@ function! s:parser_argv() abort
|
||||
endif
|
||||
endfunction
|
||||
let s:status = s:parser_argv()
|
||||
call SpaceVim#plugins#projectmanager#RootchandgeCallback()
|
||||
if s:status[0]
|
||||
let g:_spacevim_enter_dir = s:status[1]
|
||||
augroup SPwelcome
|
||||
@ -47,6 +46,8 @@ catch
|
||||
call zvim#util#source_rc('functions.vim')
|
||||
endtry
|
||||
|
||||
call SpaceVim#plugins#projectmanager#RootchandgeCallback()
|
||||
|
||||
|
||||
call zvim#util#source_rc('init.vim')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user