urxvt-scripts
urxvt-scripts copied to clipboard
if Regexp::Common:URL is installed, mark-yank-urls does not catch HTTPS urls
The issue can be circumvented by adding {-sheme=>'https?'} in the $url_matcher:
$url_matcher = $Regexp::Common::RE{URI}{HTTP}{-scheme=>'https?'};