From 1295b877e307b1928d0ec9a8c5a8f31db289c60a Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Wed, 8 Jun 2016 21:07:40 -0400 Subject: [PATCH] Fix tabbar bug Fixes #169 --- cmd/micro/tab.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/micro/tab.go b/cmd/micro/tab.go index cada1b72..370a5ed0 100644 --- a/cmd/micro/tab.go +++ b/cmd/micro/tab.go @@ -39,7 +39,6 @@ func CurView() *View { func TabbarString() (string, map[int]int) { str := "" indicies := make(map[int]int) - indicies[0] = 0 for i, t := range tabs { if i == curTab { str += "["