Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: auto-completion with exact match
- X-seq: zsh-users 13470
- From: "Kazuo Teramoto" <kaz.rag@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: auto-completion with exact match
- Date: Sat, 22 Nov 2008 21:53:29 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=BK68ueD9BWd1jt5Svj6vYbxBgo6uUuo5Rgku2mZ0nVo=; b=Rrr4lf0xO2AYqF/iYaQjfhIN93alzqmNhJLKEljkbmlKpQrwgGkpkN6+CpdlwORUrY uD/au6aIuvCVEOQ7Km27hNdI0imKgv4M4/mhkqf598/PML8ez8/wE8VcHW1v2XKMsOc3 HVq6g7vhISxJxt+YnC7v2RrdV49MHRmOmSs+Q=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bLHZwHGS7HYvdgd4s3xZrKYFYCqEMgwNyH0oZHUP8E3UNzOLOOjIo1KYPoEq9DpvvJ TJX1GMiUnUpUmtazhUzOJvU3c0mRl0Rx2sUaPRubElWIw7DFMS40ti71dY+XWP8hnufn stDIWYnFwB2gM9zGsGxQz+Zzk6k6bXveisckA=
- In-reply-to: <1227386675.16125.18.camel@zoe>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1227383717.16125.16.camel@zoe> <081122123957.ZM32606@xxxxxxxxxxxxxxxxxxxxxx> <1227386675.16125.18.camel@zoe>
On Sat, Nov 22, 2008 at 6:44 PM, RÃmi PrÃvost <remi@xxxxxxxxxx> wrote:
>
> Yep, I unset it and it's working as expected. Thank you very much!
>
> - RÃmi
Hi, I have similar problem but RECEXACT dont solved it. The problems
only happen with rm...
If I have two dirs or files names 'wine' and 'winet' and type 'rm -rf
win' and hit tab it complete to wine if I hit tab one more time it
complete to winet but if I hit tab again it dont go back to wine or to
win.
But if any other program ln, touch, ls... on the second tab hit I get a:
---- files
wine/ winet/
And can cycle between wine and winet.
That happened only on recent versions (I'm using 4.3.9) and I dont
changed my zshrc.
Someone know what is wrong?
--
ÂDans la vie, rien n'est à craindre, tout est à comprendreÂ
Marie Sklodowska Curie.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author