summaryrefslogtreecommitdiff
path: root/lib/Term/Complete.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Term/Complete.pm')
-rw-r--r--lib/Term/Complete.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Term/Complete.pm b/lib/Term/Complete.pm
index 10b12a2b5c..97c71fe43f 100644
--- a/lib/Term/Complete.pm
+++ b/lib/Term/Complete.pm
@@ -37,7 +37,7 @@ CONFIG: {
$erase2 = "\010";
}
-sub complete {
+sub Complete {
$prompt = shift;
if (ref $_[0] || $_[0] =~ /^\*/) {
@cmp_lst = sort @{$_[0]};