mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:10:06 +08:00
fix(status): fix index array
This commit is contained in:
parent
4c07aa025f
commit
ecea7b4322
@ -1734,7 +1734,7 @@ function! SpaceVim#begin() abort
|
|||||||
autocmd VimEnter * call SpaceVim#welcome()
|
autocmd VimEnter * call SpaceVim#welcome()
|
||||||
augroup END
|
augroup END
|
||||||
else
|
else
|
||||||
call SpaceVim#logger#info('Startup with argv: ' . string(s:status[1]) )
|
call SpaceVim#logger#info('Startup with argv: ' . string(s:status[0]) )
|
||||||
endif
|
endif
|
||||||
if has('nvim-0.7')
|
if has('nvim-0.7')
|
||||||
lua require('spacevim.default').options()
|
lua require('spacevim.default').options()
|
||||||
|
Loading…
Reference in New Issue
Block a user