mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-14 10:45:42 +08:00
fix(ssh): fix layer test
This commit is contained in:
parent
cf9b7c08aa
commit
a41fc80ee6
@ -60,3 +60,8 @@ function! SpaceVim#layers#ssh#get_options() abort
|
|||||||
return ['ssh_port', 'ssh_user', 'ssh_address', 'ssh_command']
|
return ['ssh_port', 'ssh_user', 'ssh_address', 'ssh_command']
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! SpaceVim#layers#ssh#health() abort
|
||||||
|
call SpaceVim#layers#ssh#config()
|
||||||
|
return 1
|
||||||
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user