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 --- ChangeLog | 5 +++++ Completion/Unix/Type/_urls | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ef9b8ea8..0bdeeaeb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-20 Peter Stephenson + + * Ismail: 35232: Completion/Unix/Type/_urls: matching + parentheses. + 2015-05-19 Daniel Shahaf * 35224: Completion/Unix/Command/_git: completion: git: Add 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