From 40c30874616c374f207ce79b98f8dd61a3911784 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 19 Mar 2002 14:49:16 +0000 Subject: correct my mistake which broke file completion after grep --- Completion/Unix/Command/_grep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix') 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 -- cgit 1.4.1