mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-22 07:36:50 +08:00
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.