blob: 1ede49e2781d54890f01502eaad604cea6da178a (
plain) (
blame)
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
|