mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
0ba8ae87ea
parameters and cleanup descriptons in calling functions
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
#compdef dosread dosdel
|
|
|
|
local expl
|
|
|
|
_wanted floppyfiles expl 'file on floppy' compadd - ${$(dosdir)[1,-5]:l}
|