From 0dbee9590baed10bef3c6c32420b8a5802204657 Mon Sep 17 00:00:00 2001 From: Ethan Kiang Date: Tue, 3 Jan 2023 21:24:48 +0800 Subject: Fix language config reload logic (#5381) --- helix-term/src/commands/typed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/commands') diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs index 5c0cd654..de24c4fb 100644 --- a/helix-term/src/commands/typed.rs +++ b/helix-term/src/commands/typed.rs @@ -1797,7 +1797,7 @@ fn run_shell_command( let shell = &cx.editor.config().shell; let (output, success) = shell_impl(shell, &args.join(" "), None)?; if success { - cx.editor.set_status("Command succeed"); + cx.editor.set_status("Command succeeded"); } else { cx.editor.set_error("Command failed"); } -- cgit v1.2.3-70-g09d2