1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 22:31:12 +01:00
zsh/Completion/Builtins/_trap

8 lines
86 B
Text
Raw Normal View History

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