From 9584c76fb74427d76b103d7dda69a4688287d753 Mon Sep 17 00:00:00 2001 From: İsmail Dönmez Date: Wed, 20 May 2015 15:03:21 +0300 Subject: 35232: matching parentheses --- Completion/Unix/Type/_urls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Type/_urls b/Completion/Unix/Type/_urls index 97b1a4402..6f23803ed 100644 --- a/Completion/Unix/Type/_urls +++ b/Completion/Unix/Type/_urls @@ -75,7 +75,7 @@ fi scheme="$match[1]" case "$scheme" in - http(|s)|(|s)ftp|scp|gopher) + (http(|s)|(|s)ftp|scp|gopher) if ! compset -P //; then _wanted -C "$scheme" prefixes expl 'end of prefix' compadd -S '' "$@" // return -- cgit 1.4.1