Handle same file open in multiple buffers

This commit is contained in:
Zachary Yedidia
2019-01-14 00:18:49 -05:00
parent 7a20c2db76
commit 23926af9f7
10 changed files with 114 additions and 95 deletions

View File

@@ -1,8 +1,6 @@
package buffer
import (
"log"
"github.com/zyedidia/micro/cmd/micro/config"
"github.com/zyedidia/tcell"
)
@@ -50,7 +48,6 @@ func (m *Message) Style() tcell.Style {
}
case MTError:
if style, ok := config.Colorscheme["gutter-error"]; ok {
log.Println("Return error")
return style
}
}