zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: martin f krafft <madduck@debian.org>, 563983@bugs.debian.org
Cc: zsh-workers@zsh.org
Subject: Re: Bug#563983: ssh -S completion erroneous
Date: Thu, 7 Jan 2010 14:00:25 +0000	[thread overview]
Message-ID: <20100107140025.GA9791@scru.org> (raw)
In-Reply-To: <20100106204411.GA20538@lapse.rw.madduck.net>

On Thu, Jan 07, 2010 at 09:44:11AM +1300, martin f krafft wrote:
> lapse:~|master|% ssh -Snone puls^D
> no matches for: `path to control socket'
> 
> If I put a space between -S and none, it works. However, that space
> is not needed.

I'm sensing a pattern.

Index: Completion/Unix/Command/_ssh
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v
retrieving revision 1.36
diff -u -r1.36 _ssh
--- Completion/Unix/Command/_ssh	30 Apr 2009 18:02:08 -0000	1.36
+++ Completion/Unix/Command/_ssh	7 Jan 2010 13:58:19 -0000
@@ -77,7 +77,7 @@
       '(-x -Y)-X[enable (untrusted) X11 forwarding]' \
       '(-x -X)-Y[enable trusted X11 forwarding]' \
       '-M[master mode for connection sharing]' \
-      '-S:path to control socket:_files' \
+      '-S+:path to control socket:_files' \
       '-O:multiplex control command:(check exit)' \
       '*-L[specify local port forwarding]:local port forwarding:->forward' \
       '*-R[specify remote port forwarding]:remote port forwarding:->forward' \


           reply	other threads:[~2010-01-07 14:00 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20100106204411.GA20538@lapse.rw.madduck.net>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100107140025.GA9791@scru.org \
    --to=schizo@debian.org \
    --cc=563983@bugs.debian.org \
    --cc=madduck@debian.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).