mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
7 lines
85 B
Text
7 lines
85 B
Text
#autoload
|
|
|
|
if compset -P -; then
|
|
_message 'descriptive text'
|
|
else
|
|
_files "$@"
|
|
fi
|