mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 07:30:20 +09:00
Update log buffer name as well
Using such fake path have some issues as mentioned in https://github.com/zyedidia/micro/pull/3791#discussion_r2176197355 comment
This commit is contained in:
@@ -11,7 +11,8 @@ var LogBufPane *BufPane
|
||||
// InitGlobals initializes the log buffer and the info bar
|
||||
func InitGlobals() {
|
||||
InfoBar = NewInfoBar()
|
||||
buffer.LogBuf = buffer.NewBufferFromString("", "Log", buffer.BTLog)
|
||||
buffer.LogBuf = buffer.NewBufferFromString("", "", buffer.BTLog)
|
||||
buffer.LogBuf.SetName("Log")
|
||||
}
|
||||
|
||||
// GetInfoBar returns the infobar pane
|
||||
|
||||
Reference in New Issue
Block a user