mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
fix compilation
This commit is contained in:
parent
27aa919f1c
commit
75ebc1fcbc
@ -2503,7 +2503,7 @@ fn reset_diff_change(
|
||||
aliases: &[],
|
||||
doc: "Stops the Language Server that is in use by the current doc",
|
||||
fun: lsp_stop,
|
||||
completer: None,
|
||||
signature: CommandSignature::none(),
|
||||
},
|
||||
TypableCommand {
|
||||
name: "tree-sitter-scopes",
|
||||
@ -2693,7 +2693,7 @@ fn reset_diff_change(
|
||||
aliases: &["diffget", "diffg"],
|
||||
doc: "Reset the diff change at the cursor position.",
|
||||
fun: reset_diff_change,
|
||||
completer: None,
|
||||
signature: CommandSignature::none(),
|
||||
},
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user