about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-01-14 17:01:11 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-01-14 17:01:11 +0000
commit356f432985b76ce8a0fe71fef2ec433517605477 (patch)
tree83e790612a5ba2ea1d2ba262a5fdb9fa066c4751 /Completion/Zsh
parent87821ed853fba324a4249786af4984a984b96dac (diff)
downloadzsh-356f432985b76ce8a0fe71fef2ec433517605477.tar.gz
zsh-356f432985b76ce8a0fe71fef2ec433517605477.tar.xz
zsh-356f432985b76ce8a0fe71fef2ec433517605477.zip
19364: new completions for aptitude, getent and catcgsegv
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_precommand2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand
index 075f086a9..2314b90b7 100644
--- a/Completion/Zsh/Command/_precommand
+++ b/Completion/Zsh/Command/_precommand
@@ -1,4 +1,4 @@
-#compdef - nohup env eval time rusage noglob nocorrect exec
+#compdef - nohup env eval time rusage noglob nocorrect exec catchsegv
 
 shift words
 (( CURRENT-- ))