aboutsummaryrefslogtreecommitdiff
path: root/commands/ct.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ct.go')
-rw-r--r--commands/ct.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ct.go b/commands/ct.go
index 2d057b4f..9948e691 100644
--- a/commands/ct.go
+++ b/commands/ct.go
@@ -21,7 +21,7 @@ func (ChangeTab) Aliases() []string {
}
func (*ChangeTab) CompleteTab(arg string) []string {
- return CompletionFromList(app.TabNames(), arg)
+ return FilterList(app.TabNames(), arg, nil)
}
func (c ChangeTab) Execute(args []string) error {