aboutsummaryrefslogtreecommitdiff
path: root/reselect
diff options
context:
space:
mode:
Diffstat (limited to 'reselect')
-rw-r--r--reselect4
1 files changed, 2 insertions, 2 deletions
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 {