From a891557b4971afa480c2108d88685b650a3dac13 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 18 Oct 2019 22:47:32 +0200 Subject: 44849: completion updates for changes in OpenBSD 6.6 --- 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 d3e1b1a6e..81516b08a 100644 --- a/Completion/Unix/Command/_grep +++ b/Completion/Unix/Command/_grep @@ -109,7 +109,7 @@ case $variant:$OSTYPE in gpl2:*) arguments=( ${${arguments:#*\)-r}/\)-r/\)-R} ) ;; *:openbsd*) arguments=( - ${(M)arguments:#((#s)|*\))--(context|binary-files|line-buffered)*} + ${(M)arguments:#((#s)|*\))--(context|binary-files|line-buffered|label|max-count)*} ${${arguments:#((#s)|*\))(\*|)-[d-]*}/\)-r/\)-R} "-U[search binary files but don't print them]" '-Z[behave as zgrep]' -- cgit v1.2.3