From 8dcd8e54c54baddfb075d92c03f53117c7e1e6b1 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 25 Feb 2002 09:09:31 +0000 Subject: make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; change uses of _guard (16708) --- Completion/Unix/Command/_grep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_grep') diff --git a/Completion/Unix/Command/_grep b/Completion/Unix/Command/_grep index 3b3e01ef3..db0d6301e 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -51,7 +51,7 @@ arguments=( $arguments[@] '(--null -Z --no-filename -h)'{--null,-Z}'[print 0 byte after FILE name]' '--help[display help]' '--mmap[memory map input]' - '(-e --regexp -f --file)1:pattern:_guard "^--*"' + '(-e --regexp -f --file)1: :_guard "^--*" pattern' '*:files:_files' ) -- cgit 1.4.1