1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-26 18:01:03 +02:00
zsh/Completion/Base/_parameter
1999-09-13 10:45:28 +00:00

12 lines
255 B
Text

#compdef -parameter-
_parameters -e
# Without the `-e' option, we would use the following (see the file
# Core/_parameters for more enlightenment).
# if [[ "$compstate[insert]" = *menu* ]]; then
# _parameters -s ''
# else
# _parameters -s ' '
# fi