Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Add matchspec for foo/bar branch names in git completion
- X-seq: zsh-users 20224
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Add matchspec for foo/bar branch names in git completion
- Date: Tue, 19 May 2015 01:52:58 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=P8OzavGMmpt42bFI4NPFmF+Rusw=; b=peYTcw khgP0J4zYP/wyuAkHOfsHtUUR5Xt+D7UfLGYK9lbT/gjuJc7l6lsIoMF7lZPeBc5 5Uk/00rutCN49OItlbtRjK/mhi/RnSqqdT/49e16v8dLIpaxFKVKzkeVjPGTb1Lo vXOBVGdeBPcAn0iwQR5LNi3uYEzTPgkx7TJnA=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=P8OzavGMmpt42bFI4NPFmF+Rusw=; b=ZmthT zU8r+/3JQ2z9ciR1nsSOZ0CpbWi4SD5zp8kN5n8ZjgTcpHuCnDVCS9vjaLQFDFuX m0bA2gZYxr68IwUnfLt0EJDcsEwkRlVotzAxQevY2kMvx67t5bH5kIMAr+ITLFPe cqnbSyjs7nTYP6xwZhSdaLKbHb2P7GYTpBV9/c=
- In-reply-to: <20150517234257.GG2214@tarsus.local2>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20150514143747.GF1932@tarsus.local2> <150514103503.ZM30786@torch.brasslantern.com> <20150516225320.GG1976@tarsus.local2> <150516211642.ZM4541@torch.brasslantern.com> <20150517234257.GG2214@tarsus.local2>
Daniel Shahaf wrote on Sun, May 17, 2015 at 23:42:57 +0000:
> Bart Schaefer wrote on Sat, May 16, 2015 at 21:16:42 -0700:
> > On May 16, 10:53pm, Daniel Shahaf wrote:
> > }
> > } Other ideas?
> >
> > I just looked again at your original patch, and I *think* you'll get what
> > you want if you simply change all 'r:|=*' to be 'r:|=**'.
>
> Works, thanks!
This seems useful so I'm going to go ahead and push it. Hopefully that
doesn't make the completion too overzealous by default.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author