Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problems with ambiguous files configuring completion
- X-seq: zsh-workers 27185
- From: Renato Botelho <rbgarga@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Problems with ambiguous files configuring completion
- Date: Wed, 22 Jul 2009 17:05:14 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=JyQolbYhnsGckhFQ+ddjuJmTtyZmIC1ShPfR1hLOJgk=; b=AQv+HlMLdonm+5NMjs487I2qv+uJs+5l4DAe+IPoZe9oHIpo5u3qsOhGftMbJTY1+C yNCoMyh2kgvt+qaG6ThMADsAzifToqPki2DO143iVVN0I87CfnrQVqHi97g9eyL1CmUS A84TAC4UmXP690GRDhBOt7IVsDtSWkkl86hR0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=IkS4/DaTHlbRSigAnx6tEzMJmoY5Pl92kw8l2Io97s1mbMOlzqOgd9ai1ozhcMpnKb iHWC1GKplE5CxD+CTWMEnc9yQBOhzOk2hFNh0EdlXr5JE2xzPGN3yZuf/7hdzIc02NiZ ry8W5B69Y8WQxRqx1BImHVLhg4MR8M5OGfd6k=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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?
Thanks in advance
--
Renato Botelho
Messages sorted by:
Reverse Date,
Date,
Thread,
Author