helix/helix-term/src/commands
James O. D. Hunt ac0fe29867
commands: Make no arg ':theme' show name (#3740)
Most commands that accept an argument show their current value if no
argument is specified. The `:theme` command previously displayed an
error message in the status bar if not provided with an argument:

```
Theme name not provided
```

It now shows the current theme name in the status bar if no argument is
specified.

Signed-off-by: James O. D. Hunt <jamesodhunt@gmail.com>

Signed-off-by: James O. D. Hunt <jamesodhunt@gmail.com>
2022-10-26 11:59:50 +09:00
..
dap.rs remove Callback::Compositor variant 2022-10-18 22:31:39 -04:00
lsp.rs nit: Do less allocations in ui::menu::Item::label implementations 2022-10-21 07:42:33 -05:00
typed.rs commands: Make no arg ':theme' show name (#3740) 2022-10-26 11:59:50 +09:00