Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problems with ambiguous files configuring completion
- X-seq: zsh-workers 27186
- From: Renato Botelho <rbgarga@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Problems with ambiguous files configuring completion
- Date: Wed, 22 Jul 2009 17:25:54 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=q0uPPpuQ6t/5M2/y2ecmUIiju0naXFQKkEe7Foqpx3k=; b=X7h2eoH0/CxwMbpOuBymjbkL6qEBUKE7JbR44QgvGz8IOcEUR2fQ5zqgbQXGQeOxPo 0pRigEAOC+QONiA9wGCU9vnXnYbC8JjmhDkFrjuPkCg77FFLrdgbMsADfdkWJpQ9ASz7 o9yiJIufpweVxZOicgLaR+ARAXmQzqhUIv43s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=LfeiyRtx9Y1p4hSezdtf95SL5TRUqnC5oAVdUa+N5HEZ1PQb1CiiTTjcrSnb/WPU3k dx8WVQIf18gmwA1JUn9jA17XizTN2vRKBa+/3rF4g7UgCupeoGsU0H88CXRfNH43gp39 lkyLEJ10acaBc3Pkaus3XGdLWS0vQ4X5qBNLg=
- In-reply-to: <747dc8f30907221305o691fd8f5x27d3650d63643051@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <747dc8f30907221305o691fd8f5x27d3650d63643051@xxxxxxxxxxxxxx>
On Wed, Jul 22, 2009 at 5:05 PM, Renato Botelho<rbgarga@xxxxxxxxx> wrote:
> Hello,
>
> On my zsh, imagine i have 3 files or dirs on the same dir:
>
> fw/
> fwtest/
> fwdevel/
>
> when I try
>
> # cd fw<TAB>
>
> It just accept the directory fw because the name matches, it
> would be ok if I don't have other 2 files that has the same prefix.
>
> Is there a way to set completion to check these cases?
BTW, here is my zshrc
http://freebsd.pastebin.com/f26a4ecc3
--
Renato Botelho
Messages sorted by:
Reverse Date,
Date,
Thread,
Author