From 8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Sun, 24 Jul 2022 21:08:06 +0900 Subject: 50421: add context as the 1st arg to _dispatch --- Completion/Zsh/Context/_redirect | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Context/_redirect b/Completion/Zsh/Context/_redirect index e6da5d115..520a7666e 100644 --- a/Completion/Zsh/Context/_redirect +++ b/Completion/Zsh/Context/_redirect @@ -15,4 +15,5 @@ if [[ "$CURRENT" != "1" ]]; then fi fi -_dispatch -redirect-,{${compstate[redirect]},-default-},${^strs} +_dispatch -redirect-,${compstate[redirect]},$_comp_command \ + -redirect-,{${compstate[redirect]},-default-},${^strs} -- cgit v1.2.3-70-g09d2