diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:24:17 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:24:17 +0000 |
commit | 23ac19eeb9805a26a7784af1e4d18db456b890ca (patch) | |
tree | a5da48c053489f4838d27fc6377c4e6ce3d6ade0 | |
parent | 2ecbada32d093b7a1c5d94e8d85a0ac18095f010 (diff) | |
download | zsh-23ac19eeb9805a26a7784af1e4d18db456b890ca.tar.gz zsh-23ac19eeb9805a26a7784af1e4d18db456b890ca.tar.xz zsh-23ac19eeb9805a26a7784af1e4d18db456b890ca.zip |
moved from Completion/Base/_redirect
-rw-r--r-- | Completion/Zsh/Context/_redirect | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Zsh/Context/_redirect b/Completion/Zsh/Context/_redirect new file mode 100644 index 000000000..6e02636da --- /dev/null +++ b/Completion/Zsh/Context/_redirect @@ -0,0 +1,3 @@ +#compdef -redirect- + +_files |