diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-31 11:19:14 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-31 11:19:14 +0200 |
| commit | 68ee78282769f51a5a3bf4b4d2c19dadf87bb71f (patch) | |
| tree | 928279bde2af18ae1811638cfcb08d0db713d0c0 /rc | |
| parent | 603191d15152ae9090c747cf3214006ba2dd68e4 (diff) | |
fifo: Redirect stderr
Diffstat (limited to 'rc')
| -rw-r--r-- | rc/modules/fifo.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/modules/fifo.kak b/rc/modules/fifo.kak index a1b6433..4a8158d 100644 --- a/rc/modules/fifo.kak +++ b/rc/modules/fifo.kak @@ -2,6 +2,6 @@ provide-module connect-fifo %{ require-module connect define-command fifo -params 1.. -shell-completion -docstring 'Run command in a fifo buffer' %{ - $ %("$@" | :fifo) -- %arg{@} + $ %("$@" 2>&1 | :fifo) -- %arg{@} } } |
