mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-20 15:57:10 +09:00
@@ -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 += "["
|
||||
|
||||
Reference in New Issue
Block a user