1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 14:04:03 +01:00
zsh/Completion/Builtins/_trap

8 lines
86 B
Plaintext
Raw Normal View History

1999-04-15 20:05:38 +02:00
#defcomp trap
if [[ -position 1 ]]; then
complist -c
else
complist -k signals
fi