mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-30 20:03:50 -07: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.