From e83abe896c2c0e6ef0b2b2c8ecb8e8e07ac6a876 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 11:31:49 +1200 Subject: Fix needless interpolation --- urxvt/ext/selection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urxvt') diff --git a/urxvt/ext/selection b/urxvt/ext/selection index d09eaf19..32d2f9df 100644 --- a/urxvt/ext/selection +++ b/urxvt/ext/selection @@ -17,7 +17,7 @@ our $VERSION = 1.0; sub on_init { my ($self) = @_; - if ( defined( my $res = $self->resource("cutchars") ) ) { + if ( defined( my $res = $self->resource('cutchars') ) ) { $res = $self->locale_decode($res); push @{ $self->{patterns} }, qr{\G [\Q$res\E[:space:]]* ([^\Q$res\E[:space:]]+) }x; -- cgit v1.2.3