mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Allow :theme
to show current theme (#13192)
Updates the signature for the command to take 0 arguments. This probably
regressed during 0efa8207d8
.
This commit is contained in:
parent
13b2dc31f5
commit
5adb4b7413
1 changed files with 1 additions and 1 deletions
|
@ -2924,7 +2924,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
|
||||||
fun: theme,
|
fun: theme,
|
||||||
completer: CommandCompleter::positional(&[completers::theme]),
|
completer: CommandCompleter::positional(&[completers::theme]),
|
||||||
signature: Signature {
|
signature: Signature {
|
||||||
positionals: (1, Some(1)),
|
positionals: (0, Some(1)),
|
||||||
..Signature::DEFAULT
|
..Signature::DEFAULT
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue