From a3b290f770808546f3128c8eb014fc7d36dcc027 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 27 Nov 2021 12:33:56 +0100 Subject: Update comment. --- reselect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reselect') diff --git a/reselect b/reselect index a001640..1b391a6 100644 --- a/reselect +++ b/reselect @@ -213,8 +213,8 @@ sub update { } } } - # Auto-launch a single url only if the launchsingle resource is true - # (default), or if some digits were input + # Auto-launch a single match only if the launchsingle resource is true + # (default), or if the user typed something if (scalar(@matches) == 1 && ($self->{launchsingle} || $len > 0)) { $self->launch(@matches[0]); } else { -- cgit v1.2.3