Skip to content

Commit 55a5530

Browse files
blamedropdmaluka
authored andcommitted
Update log buffer name as well
Using such fake path have some issues as mentioned in zyedidia#3791 (comment) comment
1 parent 532a229 commit 55a5530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/action/globals.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ var LogBufPane *BufPane
1111
// InitGlobals initializes the log buffer and the info bar
1212
func InitGlobals() {
1313
InfoBar = NewInfoBar()
14-
buffer.LogBuf = buffer.NewBufferFromString("", "Log", buffer.BTLog)
14+
buffer.LogBuf = buffer.NewBufferFromString("", "", buffer.BTLog)
15+
buffer.LogBuf.SetName("Log")
1516
}
1617

1718
// GetInfoBar returns the infobar pane

0 commit comments

Comments
 (0)