Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Pattern problem in the new zsh 5.0.3
- X-seq: zsh-users 18232
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Hong Xu <hong@xxxxxxxxxx>
- Subject: Re: Pattern problem in the new zsh 5.0.3
- Date: Mon, 16 Dec 2013 19:49:35 -0500
- Cc: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201210; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=Qmx5Tj01hqEKSCXoHTU6RnIu42TJl8x7gqRHYMWEl9Y=; b=FnqD/SEVa3fAMhyB1RxNLv4n5KSfzOVMoflXqriM7vEOdU/v8Xuz5S7Z7emZPm6KuYfIY/WpiQFqUTCG4n1QpSWYLk+xTce9QNEFQ0a72RKwmbUYIYihjLhk/ObWhFoGTsyK7Gp30pptsiN/iNxCop2RRT9D+m2DUMg9j3r/gB8=;
- In-reply-to: <5622AE48-B272-40C8-9344-0864EE34DEED@topbug.net>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Hong Xu <hong@xxxxxxxxxx>, "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Openpgp: url=https://www.security.spodhuis.org/PGP/keys/0x3903637F.asc
- References: <52AF6590.9020802@topbug.net> <5622AE48-B272-40C8-9344-0864EE34DEED@topbug.net>
On 2013-12-16 at 14:34 -0800, Hong Xu wrote:
> I need to mention that these problems don't exist in 5.0.2.
> > On Dec 16, 2013, at 12:41, Hong Xu <hong@xxxxxxxxxx> wrote:
> > After I upgraded to zsh 5.0.3, I found a few issues. It looks like they are both related to the glob pattern.
> >
> > 1. When I tried to use "git push origin <tab>" to perform autocompletion, the following error occurs:
> >
> > __git_complete_remote_or_refspec:33: bad pattern: +*
> > __git_complete_remote_or_refspec:33: bad pattern: +*
> > __git_complete_remote_or_refspec:33: bad pattern: +*
> >
> > 2. When I tried to use rvm (see https://github.com/wayneeseguin/rvm/issues/2431), something similar occurs:
> >
> > | __rvm_clean_path:12: bad pattern: *:/Users/hong/.rvm/gems/ruby-1.9.3-p448@global/bin:*|
Already reported over on the zsh-workers list; sorry, perhaps I should
have mailed zsh-users. I think Peter is talking about an early 5.0.4
release because of this.
There's a patch you can try in:
http://www.zsh.org/mla/workers/2013/msg01166.html
For git, you can work around the problem by patching the _git completion
file, with the patch in:
http://comments.gmane.org/gmane.comp.version-control.git/239332
Regards,
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author