Gutter message support

This commit is contained in:
Zachary Yedidia
2019-01-13 17:22:11 -05:00
parent 15afb75984
commit ca1df2d7fd
6 changed files with 653 additions and 510 deletions

View File

@@ -104,6 +104,8 @@ type Buffer struct {
// Type of the buffer (e.g. help, raw, scratch etc..)
Type BufType
Messages []*Message
}
// NewBufferFromFile opens a new buffer using the given path