You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-term
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>
2 years ago
..
src commands: Make no arg ':theme' show name (#3740) 2 years ago
tests flush writes on force quit (#4397) 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump smallvec from 1.9.0 to 1.10.0 (#4093) 2 years ago
build.rs feat: support grammar cross-compilation 2 years ago