about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorİsmail Dönmez <ismail@donmez.ws>2015-05-20 15:03:21 +0300
committerPeter Stephenson <pws@zsh.org>2015-05-20 13:53:36 +0100
commit9584c76fb74427d76b103d7dda69a4688287d753 (patch)
tree376a9f4bb1508ffd3d3fd25edf641fcc16f2b8a6 /Completion
parentc174947040e9793d22dbd9b316a2207bd9abda26 (diff)
downloadzsh-9584c76fb74427d76b103d7dda69a4688287d753.tar.gz
zsh-9584c76fb74427d76b103d7dda69a4688287d753.tar.xz
zsh-9584c76fb74427d76b103d7dda69a4688287d753.zip
35232: matching parentheses
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Type/_urls2
1 files changed, 1 insertions, 1 deletions
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