diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:18:35 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:18:35 +0000 |
commit | 6994e5beafe34c47b89d27e6ad331158517a2ca1 (patch) | |
tree | bffefc58a491e8e758d8114cf05abacae65ff5cc /Completion/AIX/Command/_floppy | |
parent | 1bde6b7d6900213dcba6a03ef1de30047be2dc67 (diff) | |
download | zsh-6994e5beafe34c47b89d27e6ad331158517a2ca1.tar.gz zsh-6994e5beafe34c47b89d27e6ad331158517a2ca1.tar.xz zsh-6994e5beafe34c47b89d27e6ad331158517a2ca1.zip |
moved from Completion/AIX/_floppy
Diffstat (limited to 'Completion/AIX/Command/_floppy')
-rw-r--r-- | Completion/AIX/Command/_floppy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/AIX/Command/_floppy b/Completion/AIX/Command/_floppy new file mode 100644 index 000000000..7c030f9bd --- /dev/null +++ b/Completion/AIX/Command/_floppy @@ -0,0 +1,5 @@ +#compdef dosread dosdel + +local expl + +_wanted floppyfiles expl 'files on floppy' compadd - ${$(dosdir)[1,-5]:l} |