You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ssh-completion] Support blocks that define more than one Host (#1223)
It is a valid ssh config to have a block defining properties for more
than one host, such as :
```
Host home home-git other-on-same-addr
HostName example.com
```
This correctly parses such configs.
I also took the liberty to fix the annoying "HostName" text that was
appearing in front of the actual hostname in the completion, because
`find` was not called with `-n` and thus the splitting was done
incorrectly.
Co-authored-by: LostExcalibur <lostexcalibur-admin@proton.me>
0 commit comments