aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-02 10:45:31 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-02 10:45:31 +0200
commit16cf54d1dfb1afafb20454f4b185174960d48bc7 (patch)
tree64e525d71c368e1b7b5afa063c50157f2645795c
parent7d4d615928df9329a207a6cae079479b01f55d57 (diff)
Call build_overlays in a more idiomatic way.
-rw-r--r--url-picker2
1 files changed, 1 insertions, 1 deletions
diff --git a/url-picker b/url-picker
index 229ab5c..cce6d69 100644
--- a/url-picker
+++ b/url-picker
@@ -92,7 +92,7 @@ sub on_user_command {
}
}
- my ($num, $labels, $hrefs) = build_overlays($self, $text, $rowmap);
+ my ($num, $labels, $hrefs) = $self->build_overlays($text, $rowmap);
if ($num < 1) {
my $desc = $issel ? "in visible selected text" : "on visible screen";