mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-26 18:01:03 +02:00
12 lines
255 B
Text
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
|