about summary refs log tree commit diff stats
path: root/widgets/selecter.go
Commit message (Collapse)AuthorAgeFilesLines
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-0/+103
Adds a message indicating the user's ability to :save or :pipe a message with an unsupported mimetype and also adds a selector widget (similar to the tutorial). The selector widget was previously defined in the account wizard module, so this commit breaks it out into its own module to allow for re-use. Further, modify the BeginExLine() function to take an argument that pre-populates the command line, allowing functions to initiate an ex command without executing it. Closes #95.