Mentioned support for matcher.pattern resources in README

This commit is contained in:
Bert Münnich 2012-07-10 21:57:03 +02:00
parent b5631d1d90
commit 6fd697e297
2 changed files with 4 additions and 2 deletions

View File

@ -65,6 +65,9 @@ Options:
URxvt.underlineURLs: if set to true, all URLs get underlined
URvxt.urlButton: mouse button to click-open URLs (default: 2)
For compatibility reasons, url-select will also use any patterns defined for
the matcher extension by reading all `URxvt.matcher.pattern.[0-9]` resources.
clipboard
---------

View File

@ -2,7 +2,7 @@
# Author: Bert Muennich
# Website: http://www.github.com/muennich/urxvt-perls
# Based on: http://www.jukie.net/~bart/blog/urxvt-url-yank
# Version: git-20120120
# Version: git-20120710
# License: GPLv2
# Use keyboard shortcuts to select URLs.
@ -55,7 +55,6 @@ sub on_start {
while ($self->x_resource("matcher.pattern.$current")) {
push @{$self->{pattern}}, $self->x_resource("matcher.pattern.$current");
$current++;
}
} else {