1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:40:06 +08:00

fix(status): fix index array

This commit is contained in:
Alexandr Kozlenkov 2023-03-11 14:26:17 +03:00 committed by GitHub
parent 4c07aa025f
commit ecea7b4322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1734,7 +1734,7 @@ function! SpaceVim#begin() abort
autocmd VimEnter * call SpaceVim#welcome()
augroup END
else
call SpaceVim#logger#info('Startup with argv: ' . string(s:status[1]) )
call SpaceVim#logger#info('Startup with argv: ' . string(s:status[0]) )
endif
if has('nvim-0.7')
lua require('spacevim.default').options()