diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-11-14 11:56:52 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-11-14 11:56:52 +0000 |
commit | b58339667420ef41df027ce400979d602082072e (patch) | |
tree | fb332866dca1f0a6095f6ba3292b49837a035420 /Completion/Unix/Command/_grep | |
parent | 18c6d88d2fa1ff8128edbd10274f7ddb41a9ef4e (diff) | |
download | zsh-b58339667420ef41df027ce400979d602082072e.tar.gz zsh-b58339667420ef41df027ce400979d602082072e.tar.xz zsh-b58339667420ef41df027ce400979d602082072e.zip |
19244: various completion function fixes and updates
Diffstat (limited to 'Completion/Unix/Command/_grep')
-rw-r--r-- | Completion/Unix/Command/_grep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep index b1dd8aa45..0c0f8b4a2 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -69,5 +69,5 @@ arguments=( $arguments[@] _pick_variant -c "$command" gnu=gnu unix --help || arguments=( ${arguments:#(|*\)(\*|))--*} ) -_arguments -s $arguments[@] +_arguments -S -s $arguments[@] |