From 8126d82956636a2525263e2d0d985d721fdb8074 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 21 Mar 2019 16:30:23 -0400 Subject: Add context-specific commands --- commands/next-tab.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/next-tab.go') 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 { -- cgit v1.2.3