diff options
Diffstat (limited to 'commands/next-tab.go')
-rw-r--r-- | commands/next-tab.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/next-tab.go b/commands/next-tab.go index fee3fb2..a9a77c2 100644 --- a/commands/next-tab.go +++ b/commands/next-tab.go @@ -9,8 +9,8 @@ import ( ) func init() { - Register("next-tab", NextPrevTab) - Register("prev-tab", NextPrevTab) + register("next-tab", NextPrevTab) + register("prev-tab", NextPrevTab) } func nextPrevTabUsage(cmd string) error { |