bug: fix name format regex; close #506

This commit is contained in:
Jorge Bucaran 2019-01-03 09:47:41 +09:00
parent 2c7197bdfb
commit 64a812e90e
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -237,7 +237,7 @@ function _fisher_commit -a cmd
end
function _fisher_fmt
command sed "s|^[ \t]*||;s|^$fisher_config/||;s|^$HOME|~|;s|^\.\/|$PWD/|;s|^github\.com/||;s|^https*://||;s|/*\$||"
command sed "s|^[[:space:]]*||;s|^$fisher_config/||;s|^$HOME|~|;s|^\.\/|$PWD/|;s|^github\.com/||;s|^https*://||;s|/*\$||"
end
function _fisher_read -a cmd