Fix indent
This commit is contained in:
parent
ab724a03f9
commit
cac85bc6bf
1 changed files with 1 additions and 1 deletions
2
revbank
2
revbank
|
@ -51,7 +51,7 @@ sub prompt {
|
||||||
|
|
||||||
my @matches;
|
my @matches;
|
||||||
$readline->Attribs->{completion_entry_function} = sub {
|
$readline->Attribs->{completion_entry_function} = sub {
|
||||||
my ($word, $state) = @_;
|
my ($word, $state) = @_;
|
||||||
@matches = grep /^\Q$word\E/i, @completions if $state == 0;
|
@matches = grep /^\Q$word\E/i, @completions if $state == 0;
|
||||||
return shift @matches;
|
return shift @matches;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue