Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-29 | Implement basic tab completion support | Gregory Mullen | |
Tab completion currently only works on commands. Contextual completion will be added in the future. | |||
2019-06-18 | Insert nil check before handling prev/next message | Martin Hafskjold Thoresen | |
If these are called before the store is setup, `acct.Store()` returns `nil`, and we SEGFAULT in `MessageStore.nextPrev`. | |||
2019-06-11 | commands/msgview: Add next/prev commands | Kevin Kuehler | |
Signed-off-by: Kevin Kuehler <kkuehler@brave.com> | |||
2019-05-19 | Rename :delete-message et al to :delete et al | Drew DeVault | |