urxvt-scripts icon indicating copy to clipboard operation
urxvt-scripts copied to clipboard

if Regexp::Common:URL is installed, mark-yank-urls does not catch HTTPS urls

Open nailor opened this issue 13 years ago • 0 comments

The issue can be circumvented by adding {-sheme=>'https?'} in the $url_matcher:

    $url_matcher = $Regexp::Common::RE{URI}{HTTP}{-scheme=>'https?'};

nailor avatar Apr 05 '11 11:04 nailor