mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Handle same file open in multiple buffers
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user