Skip to content

Commit 75ebc1f

Browse files
committed
fix compilation
1 parent 27aa919 commit 75ebc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helix-term/src/commands/typed.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
25032503
aliases: &[],
25042504
doc: "Stops the Language Server that is in use by the current doc",
25052505
fun: lsp_stop,
2506-
completer: None,
2506+
signature: CommandSignature::none(),
25072507
},
25082508
TypableCommand {
25092509
name: "tree-sitter-scopes",
@@ -2693,7 +2693,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
26932693
aliases: &["diffget", "diffg"],
26942694
doc: "Reset the diff change at the cursor position.",
26952695
fun: reset_diff_change,
2696-
completer: None,
2696+
signature: CommandSignature::none(),
26972697
},
26982698
];
26992699

0 commit comments

Comments
 (0)