diff options
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r-- | helix-term/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 772db6f8..e2a5975b 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -4093,7 +4093,7 @@ fn format_selections(cx: &mut Context) { Some(future_offset_encoding) => future_offset_encoding, None => { cx.editor - .set_error("No language server supports range formatting"); + .set_error("No configured language server supports range formatting"); return; } }; |