From 0e8e7cae3b88be32098e533e78398314c1dc2012 Mon Sep 17 00:00:00 2001 From: ZJPzjp Date: Sun, 16 Oct 2022 00:07:42 +0800 Subject: fix `:insert-output` doc: inserting output **before** each selection (#4286) --- helix-term/src/commands/typed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/commands/typed.rs') diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs index 78d25c1a..8ab10da4 100644 --- a/helix-term/src/commands/typed.rs +++ b/helix-term/src/commands/typed.rs @@ -2071,7 +2071,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[ TypableCommand { name: "insert-output", aliases: &[], - doc: "Run shell command, inserting output after each selection.", + doc: "Run shell command, inserting output before each selection.", fun: insert_output, completer: None, }, -- cgit v1.2.3-70-g09d2