Add scrolling to command bar autocompletion

This commit is contained in:
Zachary Yedidia
2020-02-02 20:17:46 -05:00
parent 8483f1da1e
commit 6e3f38b271
2 changed files with 65 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ func CleanConfig() {
decoder := gob.NewDecoder(file)
err = decoder.Decode(&buffer)
if err != nil {
if err != nil && f.Name() != "history" {
badFiles = append(badFiles, fname)
}
}