diff options
Diffstat (limited to 'Completion')
-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 64dd5cb4e..3b3e01ef3 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -57,7 +57,7 @@ arguments=( $arguments[@] # remove long options? [[ -z "$_is_gnu[$words[1]]" ]] && - arguments=( ${${${arguments:#(|*\)(\*|))--*}//--[^ )]#/}/\( #\)/} ) + arguments=( ${arguments:#(|*\)(\*|))--*} ) _arguments -s $arguments[@] |