summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_grep
diff options
context:
space:
mode:
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 6d39c1ae0..7df73f7d7 100644
--- a/Completion/Unix/Command/_grep
+++ b/Completion/Unix/Command/_grep
@@ -11,7 +11,7 @@ if [[ $service = *GREP_OPT* ]]; then
else
arguments=(
'(-e --regexp -f --file)1: :_guard "^--*" pattern'
- '*:files:->files'
+ '*:files:_files'
)
command="$words[1]"
fi