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