diff options
Diffstat (limited to 'commands/next-tab.go')
-rw-r--r-- | commands/next-tab.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/next-tab.go b/commands/next-tab.go index d8374191..f1f34d22 100644 --- a/commands/next-tab.go +++ b/commands/next-tab.go @@ -16,10 +16,6 @@ func (NextPrevTab) Aliases() []string { return []string{"next-tab", "prev-tab"} } -func (NextPrevTab) Complete(args []string) []string { - return nil -} - func (np NextPrevTab) Execute(args []string) error { for n := 0; n < np.Offset; n++ { if args[0] == "prev-tab" { |