about summary refs log tree commit diff
path: root/Completion/Unix/Command/_grep
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-11-14 16:19:25 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-11-14 16:19:25 +0000
commitf15627d17b8bbf8c6c3623844be509b544d8a9f6 (patch)
tree01d0e196a8f3ad41b01f2d0fb456a26a75e5a3a1 /Completion/Unix/Command/_grep
parentddb1a1d92f8187ba8b47e496e05f538cfc33285c (diff)
downloadzsh-f15627d17b8bbf8c6c3623844be509b544d8a9f6.tar.gz
zsh-f15627d17b8bbf8c6c3623844be509b544d8a9f6.tar.xz
zsh-f15627d17b8bbf8c6c3623844be509b544d8a9f6.zip
19244: various completion function fixes and updates
Diffstat (limited to 'Completion/Unix/Command/_grep')
-rw-r--r--Completion/Unix/Command/_grep2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep
index d9dcad0af..59c04ff37 100644
--- a/Completion/Unix/Command/_grep
+++ b/Completion/Unix/Command/_grep
@@ -68,4 +68,4 @@ arguments=( \
 [[ -z "$_is_gnu[$words[1]]" ]] &&
     arguments=( ${arguments:#(|*\)(\*|))--*} )
 
-_arguments -s $arguments
+_arguments -S -s $arguments