1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-26 05:51:08 +02:00

zsh-workers/9245

This commit is contained in:
Tanaka Akira 2000-01-06 14:15:17 +00:00
parent 777ececb70
commit b993ded9ee
2 changed files with 1 additions and 9 deletions

View file

@ -22,6 +22,7 @@ else
'aliases:alias:compadd - ${(@k)aliases}'
'reserved-words:reserved word:compadd - ${(@k)reswords}'
'jobs:: _jobs -t'
'parameters:: _parameters -qS= -r "\n\t\- =["'
)
fi

View file

@ -1,12 +1,3 @@
#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