zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Unbalanced parenthesis in _urls
@ 2015-05-20 12:03 İsmail Dönmez
  2015-05-20 12:54 ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: İsmail Dönmez @ 2015-05-20 12:03 UTC (permalink / raw)
  To: Zsh Hackers' List

[-- Attachment #1: Type: text/plain, Size: 61 bytes --]

Another fallout from workers/35168 , patch attached.

ismail

[-- Attachment #2: url-parens.patch --]
[-- Type: text/x-patch, Size: 432 bytes --]

Index: zsh/Completion/Unix/Type/_urls
===================================================================
--- zsh.orig/Completion/Unix/Type/_urls
+++ zsh/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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-20 13:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-20 12:03 [PATCH] Unbalanced parenthesis in _urls İsmail Dönmez
2015-05-20 12:54 ` Peter Stephenson
2015-05-20 12:57   ` İsmail Dönmez
2015-05-20 13:07     ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).