diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-01-14 17:01:11 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-01-14 17:01:11 +0000 |
commit | 356f432985b76ce8a0fe71fef2ec433517605477 (patch) | |
tree | 83e790612a5ba2ea1d2ba262a5fdb9fa066c4751 /Completion/Zsh/Command | |
parent | 87821ed853fba324a4249786af4984a984b96dac (diff) | |
download | zsh-356f432985b76ce8a0fe71fef2ec433517605477.tar.gz zsh-356f432985b76ce8a0fe71fef2ec433517605477.tar.xz zsh-356f432985b76ce8a0fe71fef2ec433517605477.zip |
19364: new completions for aptitude, getent and catcgsegv
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_precommand | 2 |
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-- )) |