1 2 3 4 5 6 7 8 9 10 11 12
#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