Don't pad suggestions

This commit is contained in:
Zachary Yedidia
2016-08-22 11:45:50 -07:00
parent bfbba972d8
commit 78e2445e43

View File

@@ -299,7 +299,7 @@ func (m *Messenger) DisplaySuggestions(suggestions []string) {
screen.SetContent(x, y, ' ', nil, statusLineStyle)
}
x := 1
x := 0
for _, suggestion := range suggestions {
for _, c := range suggestion {
screen.SetContent(x, y, c, nil, statusLineStyle)