diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2022-07-24 21:08:06 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2022-07-24 21:08:06 +0900 |
| commit | 8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36 (patch) | |
| tree | fb740488a8dd897ca16e7a4d3d8b606e84a32bf2 /Completion/Zsh | |
| parent | 50418: use setenv(3)/getenv(3) on newer macOS (diff) | |
| download | zsh-8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36.tar zsh-8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36.tar.gz zsh-8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36.tar.bz2 zsh-8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36.tar.lz zsh-8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36.tar.xz zsh-8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36.tar.zst zsh-8e1c6ed6bf416e7716b4c6d5c6822ec752db7b36.zip | |
50421: add context as the 1st arg to _dispatch
Diffstat (limited to 'Completion/Zsh')
| -rw-r--r-- | Completion/Zsh/Context/_redirect | 3 |
1 files changed, 2 insertions, 1 deletions
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} |
