mirror of
https://github.com/junegunn/fzf
synced 2026-06-09 10:03:17 +00:00
2bd29c3172
In ~/.ssh/config, "=" can also be used as a separator between the field name and the value. The current master does not properly handle this and generate a hostname "=" or one starting with "=". This patch correctly handles it.