blob: 1c4d5e01401247963c5f76da94c64795669b4f74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#compdef -parameter-
_tags parameters && _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
|