aboutsummaryrefslogtreecommitdiffstats
path: root/commands/prompt.go
Commit message (Collapse)AuthorAgeFilesLines
* Add :prompt commandChristopher Vittal2019-08-261-0/+33
Usage: :prompt <prompt> <command...> Displays the prompt on the status bar, waits for user input, then appends that input as the last argument to the command and executes it. The input is passed as one argument to the command, unless it is empty, in which case no extra argument is added.